Run the App Locally
Page last updated:
Page last updated:
Now start your application locally using the python
command:
$ python app.py * Running on http://0.0.0.0:3000/ (Press CTRL+C to quit)
Open http://localhost:3000 with your web browser. You should see your app running locally.
To stop the app from running locally, in the shell terminal, press Ctrl+C
to exit.