Skip to content

briangershon/minimal-express-on-vercel

Repository files navigation

minimal-express-on-vercel

Run locally

npm install
npm run dev

Run tests or coverage reports

npm test
npm run coverage

Run in production

When deployed to Vercel, it will automatically compile TypeScript files and run the server.