| title | Htmx Examples |
|---|---|
| emoji | 🦀 |
| colorFrom | red |
| colorTo | green |
| sdk | docker |
| pinned | false |
| license | mit |
| app_port | 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 devDev
# List command
tom
# Run test
tom test
# Build and run docker
tom docker