Minimum Viable Express Typescript Application Quick start Start dev server at http://localhost:3000. Monitor changes in src npm run dev Serve server at http://localhost:3000 npn run serve Test with jest npm run test Generate test coverage npm run test:coverage