Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zakirkun/hono-boilerplate
Boilerplate honojs, prisma, with Bun as engine
https://github.com/zakirkun/hono-boilerplate
bun docker honojs prisma
Last synced: 3 months ago
JSON representation
Boilerplate honojs, prisma, with Bun as engine
- Host: GitHub
- URL: https://github.com/zakirkun/hono-boilerplate
- Owner: zakirkun
- Created: 2024-07-16T10:55:35.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-07-17T06:58:12.000Z (7 months ago)
- Last Synced: 2024-10-25T10:36:33.046Z (3 months ago)
- Topics: bun, docker, honojs, prisma
- Language: TypeScript
- Homepage:
- Size: 12.7 KB
- Stars: 15
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hono-boilerplate
My experimental project, crafting boilerplate for honojs & prisma
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.1.20. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.