GitXplorerGitXplorer
O

TestDeploy

public
0 stars
0 forks
4 issues

Commits

List of commits on branch master.
Unverified
baba7fc6989cc0f19eb841660c0290ef3e703d33

asd

OOrzelius committed 5 years ago
Unverified
15aed956c9a1d3d9476dd1383c51b8a8f4136d0e

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