[](https://travis-ci.org/tongyy/react-router-redux-seed)
npm install test-react-router-redux-seed
Seed project for react-router-redux apps.
##Keywords
React,
React-Redux,
React-Router,
React-Router-Redux,
Immutable,
Redux-Immutable,
Redux-Thunk,
Webpack,
Babel,
ECMAScript6,
Redux-Devtools,
ESlint,
JEST
##Getting Started
* Install dependent module
``shell`
npm install
* Start web server at http://localhost:8080/
`shell`
npm start
* Run JEST for testing
`none`
npm test
* Run ESLint for codingstyle
`shell``
npm run lint