Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/linder3hs/bun-todo-api

Api with bun and hono
https://github.com/linder3hs/bun-todo-api

bun hono typescript

Last synced: 4 months ago
JSON representation

Api with bun and hono

Awesome Lists containing this project

README

        

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