Skip to content

code-chimp/htmx-flask-example

Repository files navigation

Contacts App (Flask)

My copy of the official Flask example application with an extra dash of last decade's style and stripped of any htmx directives for a clean start. I created this version to follow along with the book Hypermedia Systems starting at Chapter 05.

Development

I converted the project to utilize Tailwind CSS for styling - this does add NodeJS as a dependency for development though.

# Install the NodeJS dependencies
npm install

# watch the CSS and template files for changes
npm run watch-css

Note

  • This project uses the Library Manager CLI to manage client-side libraries. You do not need it, but I find if you have .NET on your system it is really handy for handling non-bundled client-side assets.

    # Install the client-side libraries
    libman restore
  • I will win no awards for design in my lifetime and I am okay with this.

About

A sample CRUD application, mostly cribbed from https://github.com/bigskysoftware/contact-app, to follow along with the book "Hypermedia Systems".

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published