Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 689 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 689 Bytes

PoC django-components and django-tailwind

This is a proof of concept using django, django-components and django-tailwind.

How to run

  • Create a virtual environment and install the requirements
python -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt
python manage.py runserver
# in another terminal
python manage.py tailwind start

Views