Back to Templates

Live Example: https://example-hono-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