An open API service indexing awesome lists of open source software.

https://github.com/samuraikun/my-hono-practice


https://github.com/samuraikun/my-hono-practice

hono

Last synced: 3 days ago
JSON representation

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
```