README
generator-rereboo
Scaffold out a front-end web app with React, Redux, Webpack, Hot Loader and Bootstrap
Installation
npm install -g yo
npm install -g generator-rereboo
Setup
cd /path/to/project
yo rereboo
This will create the basic structure of a React Redux project.
Actions
yo rereboo:module
This will create 4 files, an action, reducer, component and container file for your module with predefined CRUD code.
It will also make the correct imports in the necessary files.