This is a proof of concept using django, django-components and django-tailwind.
- 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
- Open the browser at http://127.0.0.1:8000/users/ to see the PoC without tailwind
- Open the browser at http://127.0.0.1:8000/users/tailwind/ to see the PoC with tailwind