Front-End Boilerplate 📦

React + TS + Webpack 🚀




This boilerplate includes:

  • React
  • React Router
  • TypeScript
  • TSLint (tslint-recommended + tslint-react)

npm scripts

Development

yarn dev # or npm run dev

Opens dev server in port 3005

Production

yarn build # or npm run build

Type checking (tsc)

yarn type-check # or npm run type-check

Linter

yarn tslint # or npm run tslint