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.7
- React 16.3
- Redux 3.7
- React Router 4.2
- React Router Redux 5
- Redux DevTools Extension
- TodoMVC example
- Webpack 4
- Typescript Loader
- PostCSS Loader
- React Hot Loader
- ExtractText Plugin
- HTML Webpack Plugin
- Prettier
$ npm install
$ npm start
$ npm run build
$ npm run prettier
MIT