Hono on Vercel

Deploying an API on Vercel with Hono.
0
boilerplate.detail.repositoryAccess.title
boilerplate.detail.repositoryAccess.descriptionPrivate
boilerplate.detail.metadata.lastUpdated
il y a 2 mois
R
boilerplate.detail.metadata.author
Renaudboilerplate.detail.metadata.price
boilerplate.detail.metadata.free
文档
Live Example: https://hono.vercel.dev/
Prerequisites:
- Vercel CLI installed globally
To develop locally:
npm install
vc dev
open http://localhost:3000
To build locally:
npm install
vc build
To deploy:
npm install
vc deploy
\