Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 349 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 349 Bytes

htmx-components-flask-example

A sample Flask application for https://github.com/neilmcguigan/htmx-components-flask

Usage:

git clone https://github.com/neilmcguigan/htmx-components-flask-example.git

cd htmx-components-flask-example

python3 -m venv .venv

source .venv/bin/activate

pip install .

flask run

go to http://localhost:5000