https://github.com/yusukebe/hono-htmx
Hono+htmx stack
https://github.com/yusukebe/hono-htmx
Last synced: about 1 year ago
JSON representation
Hono+htmx stack
- Host: GitHub
- URL: https://github.com/yusukebe/hono-htmx
- Owner: yusukebe
- Created: 2023-07-20T17:26:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-09T09:21:29.000Z (over 2 years ago)
- Last Synced: 2025-03-31T23:25:01.615Z (about 1 year ago)
- Language: TypeScript
- Size: 6.84 KB
- Stars: 197
- Watchers: 2
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo Example
Stack:
* Hono
* JSX (Hono middleware)
* htmx
* Zod
* Cloudflare Workers
* Cloudflare D1
## Usage
Install:
```
npm install
```
Setup:
```
wrangler d1 create todo
wrangler d1 execute todo --local --file=todo.sql
```
Dev:
```
npm run dev
```
Deploy:
```
npm run deploy
```
## Author
Yusuke Wada
## License
MIT