Monitor web app side.
clone this repo, then:
npm install
npm run prod # production build and start the server
head to http://localhost:8080.
For other method:
npm start # development server, listen on localhost:3000
npm run server # compile and start the server
npm run stop # stop all server
npm run push # production build and push to gh-pages
MIT