Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 346 Bytes

readme.md

File metadata and controls

16 lines (11 loc) · 346 Bytes

Typescript starter template

Contains

  • Typescript (ts-node, tsc-watch)
  • Jest
  • ESLint

Run

  • Start the app, watching for changes: npm run dev
  • Compile .ts files to the dist directory: npm run compile
  • Run compiled app: npm run start
  • Run tests: npm run test

Created at node v20.11.1 & npm v10.2.4. Should be plug&play