-
Check the npm packages:
npm install -
Start the application
node dist/api.js
-
Runs eslint, babel:dist and mochaTest
grunt -
Runs the tests (the same as
npm test)grunt mochatest -
Compiles the .es6 files to .js
grunt babel:dist -
Lints the .es6 files
grunt eslint