aboutsummaryrefslogtreecommitdiff
path: root/examples/hono/readme.md
blob: 20b15e3eaa2814e5692456fcfe2faf91733b5d82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Hono with Bun runtime

## Getting Started

### Cloning the repo

```sh
bun create hono ./NAME_HERE
```

### Development

```
bun run start
```

Open http://localhost:3000 with your browser to see the result.

### For more information

See <https://honojs.dev/>