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