Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jellydn/hono-minimal-app
This is a minimal project with honojs
https://github.com/jellydn/hono-minimal-app
cloudflare cloudflare-worker honojs
Last synced: about 2 months ago
JSON representation
This is a minimal project with honojs
- Host: GitHub
- URL: https://github.com/jellydn/hono-minimal-app
- Owner: jellydn
- Created: 2022-08-18T15:52:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T19:59:01.000Z (8 months ago)
- Last Synced: 2024-05-02T02:28:02.465Z (8 months ago)
- Topics: cloudflare, cloudflare-worker, honojs
- Language: TypeScript
- Homepage: https://hono-demo-app.jellydn.workers.dev/
- Size: 145 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hono Demo Starter App
This is a minimal project with [Hono](https://github.com/honojs/hono/) for Cloudflare Workers.
[![ITMan - Tech #25 - Ultrafast web framework for Cloudflare Workers, Deno, and Bun [Vietnamese]](https://i.ytimg.com/vi/YsjqVvlrXGY/hqdefault.jpg)](https://www.youtube.com/watch?v=YsjqVvlrXGY)
## Features
- Minimal
- TypeScript
- [Wrangler](https://developers.cloudflare.com/workers/) to develop and deploy.
- [Jest](https://jestjs.io/ja/) for testing.## Usage
Initialize
```
npx create-cloudflare my-app https://github.com/jellydn/hono-minimal-app
```Install
```
yarn install
```Develop
```
yarn dev
```Test
```
yarn test
```Deploy
```
yarn deploy
```## Useful links
- Hono https://honojs.dev
- Hono examples: https://github.com/honojs/examples## Author
👤 **Dung Huynh**
- Website: https://productsway.com/
- Twitter: [@jellydn](https://twitter.com/jellydn)
- Github: [@jellydn](https://github.com/jellydn)## Show your support
Give a ⭐️ if this project helped you!