htmx_examples / README.md
phihung's picture
refactor
9d8008e
|
raw
history blame
632 Bytes
metadata
title: Htmx Examples
emoji: 🦀
colorFrom: red
colorTo: green
sdk: docker
pinned: false
license: mit
app_port: 5001

Fasthtml Examples

The repository reproduces HTMX official examples in Python with FastHTML

Visit the site here

Github: link

Run

# Local
uv sync
uv run fh_utils dev src/tutorial --app get_app --factory --live

# Docker
docker build -t htmx_examples .
docker run --rm -p 5001:5001 -it htmx_examples

Dev

uv sync
uv run pytest