Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 718 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 718 Bytes

This demo helps you learn Flux architecture. It is inspired by Andrew Ray's great article Flux For Stupid People.

What is Flux?

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.

How to Play?

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.

License

MIT