https://github.com/nbbaier/hono-json-server
https://github.com/nbbaier/hono-json-server
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nbbaier/hono-json-server
- Owner: nbbaier
- Created: 2024-01-30T18:54:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-04T23:55:41.000Z (4 months ago)
- Last Synced: 2025-02-16T15:18:19.309Z (4 months ago)
- Language: TypeScript
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hono-json-server
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.0.15. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.