0.0.7 • Published 11 years ago
generator-reactflux v0.0.7
generator-reactflux
About
Flux Architecture
This generator builds out a basic application with the following architecture:

Getting Started
Install Yeoman
To install Yeoman:
npm install -g yoInstall the Generator
To install generator-reactflux from npm, run:
npm install -g generator-reactfluxGenerate Your Application
Create a new directory for your application:
mkdir "myApp"
cd "myApp"Run Yeoman from inside the new directory and select your generator of choice:
yo reactfluxHappy Hacking!
License
MIT