Skip to content

Lui22/typescript-starter

Repository files navigation

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

About

Typescript starter template with ESLint and Jest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published