万年素人からHackerへの道

万年素人がHackerになれるまで殴り書きするぜ。

ReduxのTodoを動かす

http://redux.js.org/docs/introduction/Examples.html

git clone https://github.com/reactjs/redux.git

cd redux/examples/todos
npm install
npm start

open http://localhost:3000/

解説

qiita.com