Typescript based quick start template for new react project
- This will help my fast prototyping
- react.js
- typescript
- css-in-js (jss)
- material-ui
yarn && yarn start
then open http://localhost:3000/
yarn run build:dev
yarn run build:prod
- webpack dev server with HMR
- eslint + prettier (auto formatting)
- vscode setting file (theme, etc configs)
- build optimization (next feature) chunk/tree-shake/minify
.vscode/settings.json
VSCode Theme: One Dark Pro