Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 545 Bytes

using-run_app-script.md

File metadata and controls

24 lines (17 loc) · 545 Bytes

Running Application with Bash Script (Option 1) for Mac & Linux

  • You can start the application using the run_app.sh bash script.

  • Make Bash Script executable. chmod +x run_app.sh

  • To run executable.

    ./run_app.sh

Running Application with Batch Script (Option 2) for Windows

  • You can start the application using the run_app_wn.bat batch script.

  • To run batch script.

    ./run_app_wn.bat

Running application with hot reload (Option 3 - for development)

  • Run flet -r ./src/main.py