Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/plibither8/workers-bun-hono-template

🍔 A template for creating a Cloudflare Workers project with Bun and Hono
https://github.com/plibither8/workers-bun-hono-template

bun cloudflare-workers hono template

Last synced: about 1 month ago
JSON representation

🍔 A template for creating a Cloudflare Workers project with Bun and Hono

Awesome Lists containing this project

README

        

# 🍔 workers-bun-hono-template

> A template for creating a [Cloudflare Workers](https://workers.cloudflare.com/) project with [Bun](https://bun.sh/) and [Hono](https://honojs.dev).

## Usage

**Preqrequisites:**

1. [Wrangler](https://developers.cloudflare.com/workers/wrangler/get-started/#install)
2. Bun (Node.js runtime)

**Install and setup:**

```bash
git clone [email protected]:plibither8/workers-bun-hono-template
cd workers-bun-hono-template
bun install
```

**Development:** `wrangler dev`

**Production:** `wrangler publish`

## License

[MIT](LICENSE)