- VSCode
- Node >= 8.15
- Yarn
- Run
yarn
to install dependencies - Open project in VSCode
- Open
src/index.ts
⇧⌘D
to open Debug panel⇧⌘Y
to open Debug Console- In debug options dropdown, select "Debugger Examples" and F5 or click "Debug ▷"
- Open
src/index.ts
- Open VSCode terminal
- Run
yarn start
- Edit and save file changes, restarting nodemon and logging any new console messages