/hotwire-flask-demo

Two example applications using Flask and Hotwire

Primary LanguageHTML

Two example applications using Flask and Hotwire

This repository contains two example web applications using Flask micro-framework and Hotwire (Turbo and Stimulus).

These examples were used in this blog post.

Installing

pipenv install

Running

pipenv shell
cd <project dir>
flask run