This project is a To-do list app that aims to show a pattern demo for combining Tauri + Vue + python
Run backend
make run-dev-backend
Run GUI
make run-dev-ui
# This will generate a bin ready for exec
make build-app
This will generate a binary under :
src-tauri/binaries/python_backend-[TRIPLE_TAURI_OS]
