https://github.com/briangershon/minimal-express-on-vercel
Starter template for Express v5. Vercel configuration.
https://github.com/briangershon/minimal-express-on-vercel
express starter-template typescript vercel vitest
Last synced: about 2 months ago
JSON representation
Starter template for Express v5. Vercel configuration.
- Host: GitHub
- URL: https://github.com/briangershon/minimal-express-on-vercel
- Owner: briangershon
- License: mit
- Created: 2024-11-12T22:44:15.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-02-01T18:26:54.000Z (3 months ago)
- Last Synced: 2025-02-01T19:22:50.343Z (3 months ago)
- Topics: express, starter-template, typescript, vercel, vitest
- Language: TypeScript
- Homepage: https://minimal-express-on-vercel.vercel.app
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# minimal-express-on-vercel
## Run locally
```bash
npm install
npm run dev
```## Run tests or coverage reports
```bash
npm test
npm run coverage
```## Run in production
When deployed to Vercel, it will automatically compile TypeScript files and run the server.