An open API service indexing awesome lists of open source software.

https://github.com/abilian/flask-vite-stimulus

Demo of Stimulus used with Flask-Vite
https://github.com/abilian/flask-vite-stimulus

Last synced: 6 months ago
JSON representation

Demo of Stimulus used with Flask-Vite

Awesome Lists containing this project

README

          

# Flask-Vite + Stimulus demo

Flask port of the demo at: https://github.com/hotwired/stimulus/tree/main/examples

See tutorial at: https://stimulus.hotwired.dev/handbook/hello-stimulus

## Setup

```bash
poetry shell
poetry install
flask vite install
make run
```