A simple React application that demonstrates basic usage of the Flux architecture pattern.
Click here to view the step-by-step tutorial.
For more info on Flux, visit the official Flux website.
##Getting started
git clone https://github.com/tonyspiro/easy-flux-example
cd easy-flux-example
npm install
gulp
##Optional ###Gulp Watch and HTTP-Server:
gulp watch
sudo npm install -g http-server
http-server
Go to http://localhost:8080