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.
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
-
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.