Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.