- use
yarn startfor hot reloading and constant executing on file changes - use
yarn run debugto launch the project in inspect mode. Attach from VS Code with the Attach command. - run tests with
yarn run testor withyarn run test-watch. Pass in individual file pathes withyarn run test -- ./path-to/file.test.ts - run
yarn run executeto build js files and execute with Node.
xavios/node-ts-skeleton
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|