/react-ts-boilerplate

react boilerplate with typescript

Primary LanguageJavaScript

typescript react

React typescript boilerplate

Typescript based quick start template for new react project

  • This will help my fast prototyping

Dependencies

  1. react.js
  2. typescript
  3. css-in-js (jss)
  4. material-ui

install & start

yarn && yarn start

then open http://localhost:3000/

Build scripts

yarn run build:dev
yarn run build:prod

What's includeds?

  • webpack dev server with HMR
  • eslint + prettier (auto formatting)
  • vscode setting file (theme, etc configs)
  • build optimization (next feature) chunk/tree-shake/minify

VScode custom setting

.vscode/settings.json VSCode Theme: One Dark Pro

My VScode extensions

My VScode extensions