https://github.com/jellydn/hono-sst-demo
Hono on Cloudflare with SST
https://github.com/jellydn/hono-sst-demo
cloudflare honojs sst
Last synced: 2 months ago
JSON representation
Hono on Cloudflare with SST
- Host: GitHub
- URL: https://github.com/jellydn/hono-sst-demo
- Owner: jellydn
- Created: 2024-04-25T14:00:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-13T02:44:23.000Z (2 months ago)
- Last Synced: 2025-08-13T04:24:38.779Z (2 months ago)
- Topics: cloudflare, honojs, sst
- Language: TypeScript
- Homepage: https://hono-sst-demo-huynhdung-honoscript.jellydn.workers.dev
- Size: 45.9 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to hono-sst-demo 👋
Hono on Cloudflare with SST## Usage
```sh
bun install
```## Development
Copy the `.env.example` file to `.env` and fill in the values.
```sh
bun run sst:dev
```## Deployment
```sh
bun run sst:deploy
```## Test
```sh
bun test src/index.test.ts
```## Client
```sh
bun run src/client.ts
```## Pre-commit
This project uses [pre-commit](https://pre-commit.com/) to enforce code style and quality. To install pre-commit, run:
```sh
pre-commit install
```## Resources
- [Hono - Ultrafast web framework for the Edges](https://hono.dev/top)
- [RPC](https://hono.dev/guides/rpc)
- [Zod OpenAPI with Hono](https://hono.dev/snippets/zod-openapi)
- [Swagger UI - Hono](https://hono.dev/snippets/swagger-ui)
- [Best Practices](https://hono.dev/guides/best-practices)
- [Hono on Cloudflare with SST | Ion](https://ion.sst.dev/docs/start/cloudflare/hono/)## Author
👤 **Dung Huynh**
- Website: https://productsway.com/
- Twitter: [@jellydn](https://twitter.com/jellydn)
- Github: [@jellydn](https://github.com/jellydn)## Show your support
[](https://star-history.com/#jellydn/hono-sst-demo)
Give a ⭐️ if this project helped you!
[](https://ko-fi.com/dunghd)
[](https://paypal.me/dunghd)
[](https://www.buymeacoffee.com/dunghd)