GitXplorerGitXplorer
O

GuessThisThing

public
0 stars
0 forks
4 issues

Commits

List of commits on branch master.
Unverified
7f68bfef2ba0a7c48546cd7b91015700cb7d2c24

Nav

OOrzelius committed 5 years ago
Unverified
c1169e7c4ad85fbe52d94250b6a2bcb7c16a7db5

Initial commit

OOrzelius committed 5 years ago

README

The README file for this repository.

React Typescript with other nice things boilerplate

This boilerplate includes:

  • Typescript - To help with type checking

  • React - To be reactive

  • Webpack - To pack the web

  • Tailwind - Because I'm bad at css

  • EsLint - Because I can't write nice code by myself

  • PostCss - To do some css magic

  • PurgeCss - To remove parts of tailwing I don't use

How to use

Just run:

npm i

or

npm ci

and then

npm run start