Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.
/ flux-react-app Public archive

A React application boilerplate with Flux architecture

Notifications You must be signed in to change notification settings

tameraydin/flux-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A React application boilerplate with Flux architecture

Resources

Stars

Watchers

Forks

Packages

No packages published