Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 253 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 253 Bytes

ts-express-starter

A very basic express http server starter with Typescript, Express, and Zod

How to use:

  1. Install dependencies: npm install
  2. Compile typescript with watch mode: npm run watch
  3. Run server with watch mode: npm run dev