Getting Started
npm install - Install dependencies.
npm run watch - Run development build with hot reload. If it doesn't start, make sure you aren't running anything else in the same port. Default PORT=8080
npm run build - Run production build.
Start modifying the code. The browser should pick up the changes.