aboutsummaryrefslogtreecommitdiff
path: root/examples/hono/readme.md
blob: 992ca277e227b59eeb53c340003ab673072d98fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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.