September 2017
Intermediate to advanced
450 pages
11h 24m
English
Let's follow these steps to add Chrome developer toolkit debugging to our Node.js application:
{ ... "scripts": { "clean": "rimraf ./dist", "start": "node $NODE_DEBUG_OPTION ./dist/express.bundle.js", "debug": "DEBUG=express* node --inspect-brk ./dist/express.bundle.js", "build": "webpack", "watch": "npm-run-all ...Read now
Unlock full access