September 2017
Intermediate to advanced
450 pages
11h 24m
English
Let's perform the following steps to set up debugging for our Express application with Jetbrain's WebStorm IDE:
{ ... "scripts": { "clean": "rimraf ./dist", "start": "node $NODE_DEBUG_OPTION ./dist/express.bundle.js", "debug": "DEBUG=express* node $NODE_DEBUG_OPTION ./dist/express.bundle.js", "build": "webpack", "watch": "npm-run-all clean build --parallel watch:server watch:build --print-label", "watch:build": "webpack --watch", "watch:server" ...Read now
Unlock full access