jizusun / express-typescript-jest-template

A boilerplate for Node.js Express project with TypeScript, Jest, ESLint and more ...
16 stars 5 forks source link
eslint express jest template typescript

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

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

Refs