Frontend Boilerplate with React, Redux & TypeScript
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
Branches
feature-tslint
: yarn + tslint + prettier integrated branch.
Contains
- Typescript 2.5
- React 16.0
- Redux 3.7
- React Router 4.2
- Redux DevTools Extension
- TodoMVC example
Build tools
- Webpack 3
- Awesome Typescript Loader
- PostCSS Loader
- React Hot Loader
- ExtractText Plugin
- HTML Webpack Plugin
Setup
$ npm install
Running
$ npm start
Build
$ npm run build
License
MIT