A repository for learning and experimenting with htmx and python. Follows: https://testdriven.io/blog/flask-htmx-tailwind/ Initially.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Drew Bednar 4626738855
continuous-integration/drone/push Build is failing Details
Working search example
1 year ago
learn_htmx Working search example 1 year ago
scripts Initial project setup 1 year ago
tests Initial project setup 1 year ago
.coveragerc Initial project setup 1 year ago
.drone.yml Initial project setup 1 year ago
.gitignore Dependencies ready to go 1 year ago
.pre-commit-config.yaml Initial project setup 1 year ago
LICENSE Initial project setup 1 year ago
README.md Dependencies ready to go 1 year ago
dev-requirements.in Dependencies ready to go 1 year ago
pyproject.toml Dependencies ready to go 1 year ago
requirements.in Initial project setup 1 year ago
requirements.txt Initial project setup 1 year ago
tailwind.config.js Dependencies ready to go 1 year ago
tasks.py Dependencies ready to go 1 year ago

README.md

learn_htmx

Learning HTMX

Following https://testdriven.io/blog/flask-htmx-tailwind/

Vendoring HTMX

Since this project doesn't use Node and npm we will vendor the version of htmx we want to ship

wget https://unpkg.com/htmx.org@1.9.4/dist/htmx.js -P ./learn_htmx/static/src/