Horje
flask run localhost Code Example
flask run localhost
# First, export the name of your flask app
export FLASK_APP=app_name

# Now, run the app from the command line
flask run

# Now, open http://127.0.0.1:8000/ in your browser (or use whatever port you specified)




Shell

Related
resize all images in folder linux Code Example resize all images in folder linux Code Example
bash sum floating point numbers Code Example bash sum floating point numbers Code Example
system information from terminal linux Code Example system information from terminal linux Code Example
mpicc command not found debian Code Example mpicc command not found debian Code Example
bash export multiple variables Code Example bash export multiple variables Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10