# 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/ ```