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.
15 lines
291 B
Markdown
15 lines
291 B
Markdown
# 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/
|
|
```
|