Pulse7
9/5/2017 - 6:15 PM

scripts setup

npm run start npm start //short form for start npm run test npm test //short form for test //there are no short forms for other scripts

"scripts": {
    "start": "node buildScripts/srcServer.js"
  },