https://github.com/wahyudesu/bun-hono-ai-backend-on-vercel
https://github.com/wahyudesu/bun-hono-ai-backend-on-vercel
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wahyudesu/bun-hono-ai-backend-on-vercel
- Owner: wahyudesu
- Created: 2025-02-11T01:05:53.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-11T01:19:55.000Z (4 months ago)
- Last Synced: 2025-02-11T02:24:24.558Z (4 months ago)
- Language: JavaScript
- Homepage: https://bun-hono-ai-backend-on-vercel.vercel.app
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [honojs/hono](https://hono.dev/) starter kit for deploying on Vercel.
## Getting Started
First, run the development server:
```bash
npm install
npm run start #vercel dev will run
```Follow the setup guide to select a Vercel project.
Open [http://localhost:3000/api](http://localhost:3000/api) with your browser to see the result.
You can start editing the API by modifying `api/index.ts` and learn more by taking a look to the [API documentation](https://hono.dev/api/hono).
## Deploy on Vercel
The easiest way to deploy your Hono app is to use the [Vercel Platform](https://vercel.com/templates?search=hono).