https://github.com/alkc/htmx-test
let's to have amusements
https://github.com/alkc/htmx-test
Last synced: 4 months ago
JSON representation
let's to have amusements
- Host: GitHub
- URL: https://github.com/alkc/htmx-test
- Owner: alkc
- Created: 2023-08-31T07:32:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-31T14:03:08.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T19:47:54.408Z (5 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# htmx-test
let's to have amusementsbased on: https://testdriven.io/blog/flask-htmx-tailwind/
## setup:
```
git clone [email protected]:alkc/htmx-test.git
cd htmx-testconda create -n htmx-test python=3.11
conda activate htmx-testpip install -r requirements.txt
pre-commit install
wget https://raw.githubusercontent.com/testdrivenio/flask-htmx-tailwind/master/todo.py
wget https://unpkg.com/[email protected]/dist/htmx.jsmv htmx.js ./static/src/htmx.js
wget -O ./static/hearts.svg http://samherbert.net/svg-loaders/svg-loaders/hearts.svg
tailwindcss -i ./static/src/main.css -o ./static/dist/main.css --minify
```