Back to Templates

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