GitXplorerGitXplorer
O

GuessThisThing

public
0 stars
0 forks
4 issues

Commits

List of commits on branch master.

No commits found

There are no commits on branch master.

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