First, you should clone the repo and install the dependencies.
$ git clone https://github.com/allan2coder/React-Redux-SPA.git
$ cd React-Redux-SPA
$ npm install
Then,launch the app.
$ npm start
You should see a new browser tap opening and a page of "index.html" in http://127.0.0.1:8080.
待续完善...