A Django + Vite boilerplate for rapid development.
Bootstrap your frontend in seconds with ONE command
$ python manage.py vite_init
[1/3] project_slug (frontend):
[2/3] Select style_solution
1 - tailwind
2 - daisy
3 - bootstrap
Choose from [1/2/3] (1):
[3/3] Select javascript_solution
1 - htmx_alpine
2 - valinajs
3 - hotwire
Choose from [1/2/3] (1):
- Style Solutions: Support for Tailwind CSS, DaisyUI, and Bootstrap out of the box.
- JavaScript Solutions: Choose between HTMX + Alpine.js, Valina.js, Hotwire.
- Auto Reload: Automatic full reload when files change during development.
https://django-vite-boilerplate.readthedocs.io/
MIT
