To run:
npm run install
npm run build
npm start
When developing, its useful to run build in watch mode.
In one terminal tab:
npm run watch
In another terminal tab
npm start
To deploy
npm run install
npm run build
Then copy everything in the /public directory to your server