Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 288 Bytes

File metadata and controls

21 lines (12 loc) · 288 Bytes

FLASK TAILWIND TEMPLATE

Flask template with tailwind css

How to use:

git clone https://github.com/mugdevs/flask-tailwind-template.git

cd flask-tailwind-template

python -m venv env

source env/bin/activate

pip install -r requirements.txt

chmod +x run.sh

./run.sh