1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39# React App Boilerplate
## Setup
1. Install node 5+. I recommend: https://github.com/tj/n to manage node versions
2. npm install
## Usage
```shell
$ npm start
```
To run in development mode, without the redux devtools pane use:
```shell
$ npm run dev:no-debug
```
## Features
- [x] React 0.14
- [x] Redux 3
- [x] Babel 6+
- [x] Webpack 1.12
- [x] ESLint
- [x] Hot module reloading
- [x] Redux Devtools
- [x] React-Router + redux-simple-router
- [x] Redux-thunk
- [x] PostCSS, autoprefixer, cssnano
- [x] CSS Modules enabled
- [x] Sass
- [x] Simple sample app
- [ ] Production configuration/builds
### NOTES
Based on boilerplate from https://github.com/davezuko/react-redux-starter-kit