redux-boilerplate
March 2, 2017 · View on GitHub
Another boilerplate for personal usage
Extend redux counter examples with react-router and react-router-redux. Besides, use jest.
Start
$ yarn install
$ yarn run start
Also, you can configure server port using PORT environment variable.
$ PORT=5000 yarn run start
Testing
$ yarn run test
Generator
check generator-redux-app out.
License
MIT © C.T. Lin