Verb Trainer
npm run clean
Cleans the dist folder
npm run gentran
Generates translation files
npm run test
Runs unit-tests
npm run build:dev
Runs webpack using dev configuration
npm run build:prod
Runs webpack using prod configuration
npm run dev
Runs the full dev build
npm run prod
Runs the full prod build
npm run start
Runs full dev build and starts the server
npm run startprod
Runs full prod build and starts the server