- node
^5.0.0
- yarn
^0.23.0
or npm^3.0.0
After confirming that your environment meets the above requirements, you can create a new project based on react-redux-starter-kit
by doing the following:
$ git clone https://github.com/vickysongang/ReduxDemo.git
$ cd ReduxDemo
$ yarn # Install project dependencies (or `npm install`)