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
- Host: GitHub
- URL: https://github.com/abilian/flask-vite-stimulus
- Owner: abilian
- Created: 2024-03-21T15:28:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T15:32:50.000Z (over 2 years ago)
- Last Synced: 2025-06-26T05:05:15.375Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```