To build the frontend code you'll need to install some software:
- [node and npm] (https://docs.npmjs.com/getting-started/installing-node) Node - V6.10.1; NPM - V5.3.0;
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report