This demo helps you learn Flux architecture. It is inspired by Andrew Ray's great article Flux For Stupid People.
Flux, invented by Facebook, is an architecture pattern for building client-side web applications.
It is similar to MVC architecture, but Flux's concept is much clearer than MVC's, and easier to learn.
Install the demo.
$ git clone https://github.com/breezefeng/flux-demo.git
$ cd flux-demo && npm install
$ npm start
Visit http://127.0.0.1:8080 with your browser.
MIT