A bare minimum react-redux-webpack-typescript boilerplate with simple example.
- Typescript 3
- React 16.5
- Redux 4
- React Router 4.3
- Redux DevTools Extension
- Webpack 4
- Typescript Loader
- PostCSS Loader
- React Hot Loader
- Mini CSS Extract Plugin
- HTML Webpack Plugin
$ npm install
$ npm start
$ npm run build
$ npm run deploy
Format code (using Prettier)
$ npm run prettier
MIT