1.0.4 • Published 7 years ago

generator-rereboo v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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.