Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 234 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 234 Bytes

NodeJs

For live reload install nodemon. Run: nodemon app.js.

For debug Nodejs install node-inspector. Run: node-inspector.

Use: nodemon --debug app.js for run in live reload-debug mode. In another cmd run node-inspector.