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.
28c6a9ac43 | 1 year ago | |
---|---|---|
learn_htmx | 1 year ago | |
scripts | 1 year ago | |
tests | 1 year ago | |
.coveragerc | 1 year ago | |
.drone.yml | 1 year ago | |
.gitignore | 1 year ago | |
.pre-commit-config.yaml | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
dev-requirements.in | 1 year ago | |
pyproject.toml | 1 year ago | |
requirements.in | 1 year ago | |
requirements.txt | 1 year ago | |
tailwind.config.js | 1 year ago | |
tasks.py | 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/