Skip to content

mugdevs/flask-tailwind-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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