Skip to content

Panciz/generator-redux-app

 
 

Repository files navigation

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 chai and sinon instead of expect.

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

About

Scaffold out a redux app

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.4%
  • HTML 0.6%