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
- Typescript 2.3
- React 15.5
- Redux 3.6
- React Router 4.1
- Redux DevTools Extension
- TodoMVC example
- Webpack 2.3
- Awesome Typescript Loader
- PostCSS Loader
- React Hot Loader
- ExtractText Plugin
- HTML Webpack Plugin
$ npm install
$ npm start
$ npm run build
MIT