ts-express-starter A very basic express http server starter with Typescript, Express, and Zod How to use: Install dependencies: npm install Compile typescript with watch mode: npm run watch Run server with watch mode: npm run dev