Back to Templates

Live Example: https://example-express-bun.vercel.app/
Prerequisites:
- Vercel CLI installed globally
To develop locally:
bun installvc dev
open http://localhost:3000
To build locally:
bun installvc build
To deploy:
bun installvc deploy