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