Nils3311 / django-tailalpinex

Django Template with tailwindcss, alpine.js and htmx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 :)

About

Django Template with tailwindcss, alpine.js and htmx


Languages

Language:Python 61.8%Language:HTML 19.6%Language:JavaScript 17.6%Language:CSS 0.8%Language:Procfile 0.2%