generator-express-flux
v1.0.0
Published
Scaffold out an isomorphic flux app with Express, Browserify and Fluxxor
Downloads
31
Maintainers
Readme
Express Flux Generator
Yeoman generator that scaffolds out an isomorphic web app with Express, Browserify and Fluxxor


Features
- React, A JavaScript library for building user interfaces
- Flux: unidirectional data flow using Fluxxor
- Server side rendering with React and Express
- Module loading using CommonJs Browserify
Getting Started
npm install -g generator-express-fluxto install.yo express-fluxto run the yeoman generator.node server.jsto run your sitegulpto rebuild client side components with browserify.
