Skip to content
/ ts-starter Public template

Starter project with TS, ts-node, eslint, jest, prettier, and vscode debugging for source and test files

License

Notifications You must be signed in to change notification settings

iartemiev/ts-starter

Repository files navigation

TypeScript Starter Project

Getting started

  1. Click Use this template
  2. Clone new repo locally
  3. npm i
  4. 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

About

Starter project with TS, ts-node, eslint, jest, prettier, and vscode debugging for source and test files

Resources

License

Stars

Watchers

Forks