Hono on Bun

Deploy Hono backends using the Bun runtime.
boilerplate.detail.metadata.lastUpdated
il y a 2 mois
boilerplate.detail.metadata.author
Renaudboilerplate.detail.metadata.price
boilerplate.detail.metadata.free
Documentación
Live Example: https://example-hono-bun.vercel.app/
Prerequisites:
- Vercel CLI installed globally
To develop locally:
bun install
vc dev
open http://localhost:3000
To build locally:
bun install
vc build
To deploy:
bun install
vc deploy
\