Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 467 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 467 Bytes

TypeScript Starter Project

Getting started

  1. Fork or clone repo
  2. npm i
  3. Open in VS Code and install recommended extensions, accept recommended settings

Run

npm run start:dev to start in watch mode

npm run test to run tests

Debug

  1. Open "Run and Debug" pane in VS Code
  2. Set a breakpoint in the code
  3. Select "source" option in the dropdown
  4. Click ▶️ button or F5 to start

Debug tests by selecting "tests" option in the dropdown