npm install
-
gulp watch
- Watches development files and runs builds when needed. -
gulp serve:dev
- Starts the Hapi server and serves the files. -
gulp test
- Runs the Mocha tests in the Karma test runner.
npm install
gulp watch
- Watches development files and runs builds when needed.
gulp serve:dev
- Starts the Hapi server and serves the files.
gulp test
- Runs the Mocha tests in the Karma test runner.