1.0.0 • Published 9 years ago

generator-express-flux v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

Express Flux Generator

Yeoman generator that scaffolds out an isomorphic web app with Express, Browserify and Fluxxor

npm.io

npm.io npm.io npm.io

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 site
  • gulp to rebuild client side components with browserify.

License

MIT