Lui22 / typescript-starter

Typescript starter template with ESLint and Jest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 89.3%Language:JavaScript 10.7%