Skip to content

LazyFatArrow/node-typescript-jest-starter

Repository files navigation

Node Typescript Jest Starter

This is a starter project for developing and testing node app with Typescript and Jest. You can find an article about it here

Steps to use:

  • Clone or download repo
  • run npm ci to install dependencies

Scripts

  • build: this will compile our Typescript code into ES6.
  • start: will run the compiled ES6, for production use mostly.
  • dev: will run ts-node and watch for changes.
  • test: will run Jest in watch mode.
  • coverage: will generate the test coverage report and place it in the coverage folder by default

About

A basic Node.js, Typescript, and Jest starter project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published