-
Notifications
You must be signed in to change notification settings - Fork 0
Commands
Ivaylo Ivanov edited this page Jan 16, 2016
·
3 revisions
Defined in Esrol
$ npm run appThis will start the application and you'll be able to see the output of Eslint in your console. At the same time Nodemon will restart the app on file change and Node-Inspector will be reachable in the browser at http://localhost:8080/debug?port=5858
$ npm run startThis will start your application "forever" using PM2
$ npm run stop$ npm run testTests using Mocha, but you can change that from package.json
$ npm run coverageI'm using Istanbul and for your convenience you have Travis config and Coveralss script, so you can receive live notifications for build and coverage on every commit. You can change this from package.json as well.