title | emoji | colorFrom | colorTo | sdk | pinned | license | app_port |
---|---|---|---|---|---|---|---|
Htmx Examples |
🦀 |
red |
green |
docker |
false |
mit |
5001 |
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