https://github.com/ryuapp/fresh-hono-kv
Template for Fresh with Hono and Deno KV
https://github.com/ryuapp/fresh-hono-kv
fresh hono
Last synced: about 1 year ago
JSON representation
Template for Fresh with Hono and Deno KV
- Host: GitHub
- URL: https://github.com/ryuapp/fresh-hono-kv
- Owner: ryuapp
- License: mit
- Archived: true
- Created: 2023-07-19T16:01:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-22T22:42:00.000Z (almost 3 years ago)
- Last Synced: 2025-04-10T19:33:01.801Z (about 1 year ago)
- Topics: fresh, hono
- Language: TypeScript
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fresh with Hono and Deno KV
Fresh🍋 is a full stack modern web framework for Deno🦕.\
Hono🔥 is a small, simple, and ultrafast web framework for the Edges.\
Deno KV is a built-in serverless key-value database for Deno Deploy🦕.
### Usage
Make sure to install Deno: https://deno.land/manual/getting_started/installation
Then start the project:
```
deno task start
```
This will watch the project directory and restart as necessary.