This project is a template for django projects with the use of:
- django
- tailwindcss with django-tailwind
- alpine.js
- htmx with django-htmx
The packages are organized with poetry. For instructions how to use it, see their documentation.
- To install all the necessary packages run
poetry update
- After that you can start the tailwind-watcher with
poetry run python manage.py tailwind start
- In a second terminal run the Django server with
poetry run python manage.py runserver
Open http://127.0.0.1:8000/htmx
to see it working :)