Express.js starter project with debugging enable.
Clone this repository:
git clone https://github.com/mrpatiwi/express-starter.gitMake sure you have installed Node 5.x.
Install global dependencies:
npm install -g node-inspector nodemon opn-cliInstall project dependencies:
npm installStart the development server on http://localhost:3000 with:
npm run debugRunning without debugging enabled:
npm startRun all test located in test/ with:
npm test