Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.19 KB

File metadata and controls

26 lines (18 loc) · 1.19 KB

Node Devtools

A Node.js config to debug.

Scripts

  • To start: npm run start
  • To build: npm run build
  • To start dev with nodemon: npm run start:dev
  • To start dev with debug: npm run start:debug
  • To run tests: npm run test
  • To run tests with debug: npm run test:debug
  • To clear jest cache: npm run test:clear

Routes