clone git repo then
$ cd sample-react-app
$ npm i
It starts a local server running on port 8080, hit it by going to http://localhost:8080. Bundles js and css with webpack with hot reload.
$ npm start
Minifies js and css.
$ npm run build
Minifies js and css and starts server at http://localhost:400
$ npm run static