npm install
In separate terminal windows:
npm run start:dev
Use npm run build to build assets.
The command is automatically executed on application start (prestart script in package.json).
The JS code is bundled using browserify and scss with node-sass.