Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# htmx-test
let's to have amusements

based on: https://testdriven.io/blog/flask-htmx-tailwind/

## setup:

```
git clone [email protected]:alkc/htmx-test.git
cd htmx-test

conda create -n htmx-test python=3.11
conda activate htmx-test

pip 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.js

mv 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
```