Skip to content

methodtomymadnessdev/htmx-the-joy-of-development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTMX bringing back the joy of development

This is a demo application aimed at showing you how to use HTMX. To read the full article please visit methodtomymadness.dev/htmx-bringing-back-the-joy-of-development/

Setup

  1. You'll need to clone it and create a virtual environment.
# create a virtual environment
python3 -m virtualenv venv

# if you don't have virtualenv
python3 -m pip install virtualenv

# activate the environment
source venv/bin/activate

# install dependencies
python3 -m pip install -r requirements.txt

# run migration
python3 manage.py migrate

# create superuser
python3 manage.py createsuperuser

# Runserver
python3 manage.py runserver
  1. Navigate to http://localhost:8000

Thanks it!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published