Skip to content

Instantly share code, notes, and snippets.

View xusai2014's full-sized avatar
🎯
Focusing

Jerry xusai2014

🎯
Focusing
View GitHub Profile
@joseluisq
joseluisq / Debugging.md
Last active September 3, 2023 16:54
A simple NodeJS App debugging example in VS Code using Nodemon.

NodeJS debugging in VS Code with Nodemon

A simple NodeJS App debugging example in VS Code using Nodemon.

Note: Feel free to customize .vscode/launch.json and ./nodemon.json files.

Install

yarn add nodemon --dev