https://github.com/perongh/cf-ai-web
https://github.com/perongh/cf-ai-web
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/perongh/cf-ai-web
- Owner: PeronGH
- License: mit
- Created: 2023-10-08T15:04:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-14T20:50:02.000Z (over 1 year ago)
- Last Synced: 2023-11-14T21:39:53.691Z (over 1 year ago)
- Language: TypeScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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](https://hono.dev)
- [hyperscript](https://hyperscript.org/)
- [htmx](https://htmx.org/)
- [Tailwind CSS](https://tailwindcss.com)## Usage
Start development server:
```bash
deno task dev
```Start production server:
```bash
deno task start
```