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

mirr/express-typescript-jest-sample

 
 

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 ...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 76.3%
  • JavaScript 23.7%