CoolFace
Apppublic

phihung/htmx_examples

sourceHugging Facemitupdated 2y agoView on Hugging Face
2likes
App README

Fasthtml Examples

The repository reproduces HTMX official examples in Python with FastHTML

Visit the site here

Github: link

Run

bash
uv sync
alias tom="uv run tom"

tom dev

Dev

bash
# List command
tom

# Run test
tom test

# Build and run docker
tom docker