Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicoaudy/hono-bun
Deadsimple hono bun starter
https://github.com/nicoaudy/hono-bun
Last synced: about 6 hours ago
JSON representation
Deadsimple hono bun starter
- Host: GitHub
- URL: https://github.com/nicoaudy/hono-bun
- Owner: nicoaudy
- Created: 2024-01-24T09:35:26.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-29T02:10:48.000Z (12 months ago)
- Last Synced: 2024-01-30T02:56:49.912Z (12 months ago)
- Language: TypeScript
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bun Hono
To install dependencies:
```bash
bun install
```To run:
```bash
bun run dev
open http://localhost:3000```
This project was created using `bun init` in bun v1.0.15. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.