Awesome
generator-redux-app
Scaffold out a redux app
Using chentsulin/redux-boilerplate as template. Extend counter examples with react-router. And use jest.
Install
$ npm install -g generator-redux-app
Note:
generator-redux-app
is a yeoman generator, so you must have globalyo
installed, too.
$ npm install -g yo
Usage
$ mkdir your-app-name && cd your-app-name && yo redux-app
Troubleshooting
TypeError: this.env.adapter.prompt(...).then is not a function
Please upgrade your global yo
npm module using npm install -g yo
.
License
MIT © C.T. Lin