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.
$ npm install -g generator-redux-appNote:
generator-redux-appis a yeoman generator, so you must have globalyoinstalled, too.
$ npm install -g yo$ mkdir your-app-name && cd your-app-name && yo redux-appPlease upgrade your global yo npm module using npm install -g yo.
MIT © C.T. Lin