Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alkc/htmx-test
let's to have amusements
https://github.com/alkc/htmx-test
Last synced: about 1 month 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-31T14:03:08.000Z (over 1 year ago)
- Last Synced: 2023-08-31T20:09:36.147Z (over 1 year ago)
- Language: Python
- Size: 15.6 KB
- Stars: 1
- 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
```