A bare minimum react-redux-webpack-typescript boilerplate with TodoMVC example.
Note that this project does not include Server-Side Rendering, Testing Frameworks and other stuffs that makes the package unnecessarily complicated.
Ideal for creating React apps from the scratch.
See also: react-mobx-typescript-boilerplate
feature-tslint
: yarn + tslint + prettier integrated branch.
- Typescript 2.9
- React 16.4
- Redux 4
- React Router 4.3
- React Router Redux 5
- Redux DevTools Extension
- TodoMVC example
- Webpack 4
- Typescript Loader
- PostCSS Loader
- React Hot Loader
- Mini CSS Extract Plugin
- HTML Webpack Plugin
- Prettier
$ npm install
$ npm start
$ npm run build
$ npm run prettier
MIT