##Prerequisites
- Get on the VPN
- Node 5.5.0
Seadoo includes a live-reloading static server on port 8080 which will build, launch, and rebuild the app whenever you change application code. To start the server, run:
$ npm startBuild the production-level files into /dist with:
$ npm run buildSet local environment configuration through a config/local.js
