install flask auto reload

C++
$ export FLASK_APP=main.py
$ export FLASK_ENV=development
$ flask run
Source

Also in C++: