Skip to content

Konfuzian/htmx-examples-with-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTMX Examples with Flask

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

Setup

uv sync

Usage

Run the server (with auto reload and debugging):

uv run -m app --debug

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

Development

Use these tools before pushing to the repo:

uvx isort src && uvx black src --line-length 100 && uvx ruff check src --fix && uvx djlint --extension=j2 src --reformat

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •