GitXplorerGitXplorer
v

hono-starter

public
13 stars
7 forks
0 issues

Commits

List of commits on branch main.
Verified
59b50e5abbea4bed8832109f8a1b8326d09e6226

Merge pull request #2 from jacobparis/patch-1

aamyegan committed a month ago
Verified
da4ebc1f9dca6a898d526a0493a31e905347ebc1

remove tsconfig from vercelignore

jjacobparis committed a month ago
Unverified
6c0867e9870d585dc735854669b0cd65a2985b38

Add vercelignore file

ddan-fein committed 5 months ago
Unverified
6f13316462851b52cfd071efdc03ddbc67200f35

update package.json and add redirect

ddan-fein committed 7 months ago
Unverified
12413cad9f935666676a5d6a64e01dd04c1d224f

README and file extension update

ddan-fein committed 7 months ago
Unverified
3613a366ab31c1e29ab63558b7bd55bb9d3dd592

updating link to /api

ddan-fein committed 7 months ago

README

The README file for this repository.

This is a honojs/hono starter kit for deploying on Vercel.

Getting Started

First, run the development server:

npm install
npm run start #vercel dev will run

Follow the setup guide to select a Vercel project.

Open 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.

Deploy on Vercel

The easiest way to deploy your Hono app is to use the Vercel Platform.