Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.02 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.02 KB

django tailapinex

django+tailwindcss+alpine.js+htmx

This project is a template for django projects with the use of:

Get started

The packages are organized with poetry. For instructions how to use it, see their documentation.

  1. To install all the necessary packages run poetry update
  2. After that you can start the tailwind-watcher with poetry run python manage.py tailwind start
  3. 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 :)