Skip to content

laurence-trippen/nodejs-typescript-boilerplate

Repository files navigation

Node.js TypeScript Boilerplate

by Laurence Trippen

Features

  • TypeScript with tsc for production and tsc-watch for development.
  • ESLint
  • Jest Testing Framework
  • VSCode Debug Launch configuration
  • Docker
  • Prettier with format on save
  • Tap Rest-Endpoint Testing
  • Pre-Commit Linting, Formatting & Testing

Usage

npm i

# for development
npm run dev

# for production
npm run build

# Jest Unit-Test runner
npm test

# Commandline Lint
npm lint

About

My Node.js TypeScript basic boilerplate.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published