Skip to content

A simple playground for testing HTMX, using Django as a backend.

Notifications You must be signed in to change notification settings

nabiu256/htmx-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run

To run this example, simply paste the following commands on your terminal and then open a browser on "localhost:8000".

(You'll need Poetry for this)

git clone [email protected]:nabiu256/htmx-playground.git
cd htmx-playground/

poetry install
poetry run python manage.py migrate
poetry run python manage.py runserver

About

A simple playground for testing HTMX, using Django as a backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published