React & Redux でとりあえず動くものを用意

 

npm 5.2 からcreate-react-appが標準で使える

$ npx create-react-app <app-name>

 

Redux インストール

$ npm i react-redux redux