Skip to content

My implementation of the htmx examples from the official website, using Flask.

Notifications You must be signed in to change notification settings

mastqe/htmx-examples-with-flask

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTMX Examples with Flask

Here, I implemented the examples from https://htmx.org/examples/ as a Flask app.

Most of the backend code is implemented using Blueprints and found in the examples/blueprints directory.

For each example, there is a Python file in that directory, and a folder in the examples/templates directory for the HTML.

Setup

poetry install

Usage

Run the server (with auto reload and debugging):

poetry run server --debug

The server will run on http://127.0.0.1:5000.

About

My implementation of the htmx examples from the official website, using Flask.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published