Skip to content

A boilerplate for Node.js Express project with TypeScript, Jest, ESLint and more ...

Notifications You must be signed in to change notification settings

jizusun/express-typescript-jest-template

Repository files navigation

Express Server with Typescript & Jest

Getting Started

Run the Express server

npm start

Development

To debug the Express server with auto-restart,

npm run dev:server

To run unit tests (Jest) in watch mode,

npm run dev:tdd

With VS Code

  • debug the server with Attach to Server
  • debug the test with Attach to Jest

Screen Shot 2019-10-11 at 4 06 48 AM

Refs

About

A boilerplate for Node.js Express project with TypeScript, Jest, ESLint and more ...

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages