Developed with node 8.1.2
$ npm install
$ npm run start
Visit http://localhost:3000/
from your browser.
Build will be placed in the build
folder.
$ npm run build
This command will start webpack dev server, but with NODE_ENV
set to production
.
Everything will be minified and served.
Hot reload will not work, so you need to refresh the page manually after changing the code.
$ npm run preview