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