This doc explains how to start Spoke's node app server so that you can debug it in a v8-inspector compliant debugging tool, such as Chrome DevTools or Jetbrains WebStorm
-
Run
npm run debug-server
. This will start Spoke ready to accept debugging connections on the standard port (9229). -
Attach the tool of your choice, set breakpoints (or whatever else you may want to do), and be productive!