- Click Use this template
- Clone new repo locally
npm i
- Open in VS Code and install recommended extensions, accept recommended settings
npm run start:dev
to start in watch mode
npm run test
to run tests
- Open "Run and Debug" pane in VS Code
- Set a breakpoint in the code
- Select "source" option in the dropdown
- Click
▶️ button or F5 to start
Debug tests by selecting "tests" option in the dropdown