## 二、安装 Demo
为了便于讲解,我写了一个[Demo](https://github.com/ruanyf/extremely-simple-flux-demo)。
请先安装一下。
> ~~~
> $ git clone https://github.com/ruanyf/extremely-simple-flux-demo.git
> $ cd extremely-simple-flux-demo && npm install
> $ npm start
> ~~~
然后,访问 http://127.0.0.1:8080 。
![](http://www.ruanyifeng.com/blogimg/asset/2016/bg2016011502.png)
你会看到一个按钮。这就是我们的Demo。