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
- Host: GitHub
- URL: https://github.com/perongh/huihu_qr
- Owner: PeronGH
- Created: 2023-09-04T11:05:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-04T13:41:31.000Z (over 1 year ago)
- Last Synced: 2025-01-19T09:42:20.546Z (4 months ago)
- Language: TypeScript
- Homepage: https://hht.deno.dev
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```