Fluxibleの学習用に作成したリポジトリです。
https://github.com/yahoo/flux-examples/tree/master/todo をベースに、あえてES6の形式へ書き換えてあります。
git clone https://github.com/hy3/FluxiblePractice
cd FluxiblePractice
npm install
下記のコマンドを実行後、http://localhost:3000へアクセスしてみてください。
npm run dev
hy3 (a.k.a. Takahiro Honda)