https://github.com/perongh/htmlist
Build Web Apps with Pure HTML
https://github.com/perongh/htmlist
Last synced: about 2 months ago
JSON representation
Build Web Apps with Pure HTML
- Host: GitHub
- URL: https://github.com/perongh/htmlist
- Owner: PeronGH
- License: mit
- Created: 2023-09-02T16:37:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-08T14:42:34.000Z (over 1 year ago)
- Last Synced: 2025-01-19T09:42:19.188Z (4 months ago)
- Language: TypeScript
- Homepage: https://htmlist.deno.dev
- Size: 26.4 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
```