https://github.com/linder3hs/bun-todo-api
Api with bun and hono
https://github.com/linder3hs/bun-todo-api
bun hono typescript
Last synced: about 1 year ago
JSON representation
Api with bun and hono
- Host: GitHub
- URL: https://github.com/linder3hs/bun-todo-api
- Owner: linder3hs
- Created: 2022-07-25T01:47:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T01:49:05.000Z (almost 4 years ago)
- Last Synced: 2025-04-01T06:29:18.517Z (about 1 year ago)
- Topics: bun, hono, typescript
- Language: TypeScript
- Homepage:
- Size: 22.5 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.