An open API service indexing awesome lists of open source software.

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

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