All Projects → chentsulin → Generator Redux App

chentsulin / Generator Redux App

Licence: mit
Scaffold out a redux app

Programming Languages

javascript
184084 projects - #8 most used programming language

generator-redux-app

NPM version Build Status Test coverage Dependency Status

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 global yo 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].