https://github.com/samuraikun/my-hono-practice
https://github.com/samuraikun/my-hono-practice
hono
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/samuraikun/my-hono-practice
- Owner: samuraikun
- Created: 2023-09-26T15:21:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-26T17:12:08.000Z (about 2 years ago)
- Last Synced: 2025-03-15T23:20:51.898Z (7 months ago)
- Topics: hono
- Language: TypeScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my-hono-practice
Learn from [Cloudflare Workers + Hono Workshop](https://workshops.yusuke.run/2023-09-24)
# Run Hono on Local
```bash
$ bun create hono
> create-hono version 0.2.6
? Which template do you want to use? › - Use arrow-keys. Return to submit.
aws-lambda
❯ bun
cloudflare-pages
cloudflare-workers
deno
fastly
lagon
lambda-edge
netlify
↓ nextjs
✔ Which template do you want to use? › bun
✔ Directory not empty. Continue? … yes
✔ Copied project files
``````
bun install
bun run dev
``````
open http://localhost:3000
```