generator-rereboo
v1.0.4
Published
Scaffold out a front-end web app with React, Redux, React Router, React Bootstrap and Webpack.
Downloads
7
Maintainers
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.