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

https://github.com/perongh/huihu_qr

Generate and Display Huihutong QR Code
https://github.com/perongh/huihu_qr

Last synced: about 2 months ago
JSON representation

Generate and Display Huihutong QR Code

Awesome Lists containing this project

README

        

# htmlist

`htmlist` is a next-gen web framework that enables you to build web apps with pure HTML.

## Features

- **Pure HTML**: No separated JavaScript or CSS file, only HTML
- **Complete SSR**: Zero custom client JavaScript
- **Edge First**: Easily deploy to Deno Deploy
- **Ultra Fast**: No build step, dependencies kept to a minimum

## Tech Stack

- **Hono**
- **htmx**
- **Tailwind CSS**

## Usage

Start development server:

```bash
deno task dev
```

Start production server:

```bash
deno task start
```