npm install && npm run build
to run webpack build which creates sourcemaps
npm start
- execute index.js without a debuggernpm run debug
- debug with https://nodejs.org/api/debugger.htmlnpm run chrome
- debug with chrome - https://medium.com/@paul_irish/debugging-node-js-nightlies-with-chrome-devtools-7c4a1b95ae27npm run chrome:webpack
- same as above but runs webpack build outputnpm run node-inspector
- debug with https://github.com/node-inspector/node-inspectornpm run devtool
- debug with https://github.com/Jam3/devtoolnpm run iron-node
- debug with https://github.com/s-a/iron-nodenpm run vscode
- opens https://code.visualstudio.com/ with config for debuggingnpm run webstorm
- opens https://www.jetbrains.com/webstorm/ with config for debugging