generator-flux-react-app

0.4.7 • Public • Published

Flux-React Boilerplate

This is a Flux application boilerplate that I created when I was playing around with this nice example app and experimenting on Gulp & React.js. Basically it profits from Browserify & SASS and also allows to write ES6 via Babel.

Getting Started

Install Yeoman and Flux-React generator:

npm install -g yo
npm install -g generator-flux-react-app

Initialize the generator:

# if possible: nvm use 0.10 
yo flux-react-app

Usage

  1. Run Build: gulp build (dist for production, watch for continuous development)
  2. Install httpster: npm install --g httpster
  3. Navigate to /build and run: npm httpster
  4. http://localhost:3333/

Live Examples

License

MIT http://tameraydin.mit-license.org/

TODO

Package Sidebar

Install

npm i generator-flux-react-app

Weekly Downloads

0

Version

0.4.7

License

MIT

Last publish

Collaborators

  • tameraydin