This generator builds out a basic application with the following architecture:
To install Yeoman:
npm install -g yo
To install generator-reactflux from npm, run:
npm install -g generator-reactflux
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 reactflux
Happy Hacking!
MIT