yonggwan / react-ts-boilerplate

react boilerplate with typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

react boilerplate with typescript


Languages

Language:JavaScript 58.5%Language:TypeScript 36.2%Language:HTML 4.5%Language:CSS 0.8%Language:Shell 0.1%