Use react-starter-v2 instead
Clone the repo
$ git clone <repo>
$ cd react-starter
Install dependencies
$ npm install
Start Run
$ npm start
This will initiate the project at http://localhost:8080.
For building once for production (via minification).
Builds into public/ as bundle.js
$ npm run build