The Node TypeScript Starter is a professional backend template for building fast, robust, and adaptable TypeScript application.
- Clone the git repo
- Install dependencies with:
npm ci
- Transpile TypeScript into JavaScript with:
npm run build
- Start the app with:
npm start
npm test
: lint & run testsnpm run lint
: lintnpm run lint -- --fix
: lint with auto-fixingnpm run typecheck
: typecheck with tsc (without building the code)npm run clean
: clean the build artifact, coverage reports & other temporary files