/react-ts-starter

yet another react typescript starter

Primary LanguageTypeScript

React Typescript starter

Build Status

Feature

  • React 16 /redux 4 /redux-saga /React-Router 4
  • Typescript / Babel 7
  • Webpack 4 (config file also in ts)
  • CSSModules / LESS
  • TsLint / prettier (with vscode config to intergrate all tools)
  • Antd + custom theme file
  • Nodemon to restart webpack when you change config file
  • no package-lock.json (if you want lock file, delete .npmrc)

Usage

npm install
npm start

TODO

  • test
  • storybook!
  • reduce dep

downgrade webpack to 4.28 for webpack/webpack#8656