generator-redux-app
v0.21.0
Published
Scaffold out a redux app
Downloads
88
Maintainers
Readme
generator-redux-app
Scaffold out a redux app
Using chentsulin/redux-boilerplate as template. Extend counter examples with react-router. And use chai and sinon instead of expect.
Install
$ npm install -g generator-redux-appNote:
generator-redux-appis a yeoman generator, so you must have globalyoinstalled, too.
$ npm install -g yoUsage
$ mkdir your-app-name && cd your-app-name && yo redux-appTroubleshooting
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
