generator-express-flux
v1.0.0
Published
Scaffold out an isomorphic flux app with Express, Browserify and Fluxxor
Downloads
13
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-flux
to install.yo express-flux
to run the yeoman generator.node server.js
to run your sitegulp
to rebuild client side components with browserify.