Using node version 8.5.x
npm install
npm start
Now open http://localhost:3000.
To watch for client-side file changes, open up a new terminal window and npm run webpack
.
npm run build:dev
Now open http://localhost:8080.
npm test
npm run build
NODE_ENV=production npm run build