Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 561 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 561 Bytes
title emoji colorFrom colorTo sdk pinned license app_port
Htmx Examples
🦀
red
green
docker
false
mit
5001

Fasthtml Examples

The repository reproduces HTMX official examples in Python with FastHTML

Visit the site here

Github: link

Run

uv sync
alias tom="uv run tom"

tom dev

Dev

# List command
tom

# Run test
tom test

# Build and run docker
tom docker