breezefeng / flux-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 91.4%Language:HTML 6.1%Language:CSS 2.5%