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

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

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
```