Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/plibither8/workers-bun-hono-template
- Owner: plibither8
- License: mit
- Created: 2022-10-02T06:50:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-02T06:53:55.000Z (about 2 years ago)
- Last Synced: 2024-05-02T02:43:44.357Z (8 months ago)
- Topics: bun, cloudflare-workers, hono, template
- Language: TypeScript
- Homepage: https://workers-bun-hono-template.p8.workers.dev
- Size: 21.5 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)