Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vercel/hono-starter
https://github.com/vercel/hono-starter
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vercel/hono-starter
- Owner: vercel
- Created: 2024-06-07T16:14:28.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-09T14:59:42.000Z (26 days ago)
- Last Synced: 2024-12-17T23:23:14.229Z (18 days ago)
- Language: JavaScript
- Homepage: https://hono-starter.vercel.sh
- Size: 38.1 KB
- Stars: 10
- Watchers: 2
- Forks: 6
- 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).