DEV Community

Discussion on: Reloading the express server without nodemon

Collapse
 
drozerah profile image
Drozerah • Edited

Hi Ak,

I'm not familiar with const debug = require('debug')('app') and the script debug=app node ... Could you try to explain (like I'am five) the way the debug package work and the advantage of using it rather than a conventional start npm script ?