I am developing a Flask website and I want it to run as a virtual website (Http:....), and I already know the Live-server utility, but I don't know how to use it to run Web Flask (or in a similar way). Thanks for everyone's help
Live server is use for running static based website. If you want to run Flask app at production you should deploy the website on Heroku or others cloud service platforms.