pontakornth / htmx_workshop

HTMX workshop for demonstration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTMX Workshop

Installation

  1. Install pipenv on your Python environment
  2. Run pipenv install to create the environment and install dependencies
  3. Run python manage.py migrate to migrate change to the default database
    • This tutorial does not focus on the database. Therefore, the default one will be used.
  4. Run python manage.py runserver to start the development server.

Tools used

HTMX - JavaScript framework for hypermedia-driven application Bootstrap 5 (5.2) - Easier styling Alpine - Lightweight JavaScript framework

About

HTMX workshop for demonstration


Languages

Language:Python 67.8%Language:HTML 32.2%