0Pricing
Flask Academy · Lesson

Run the Dev Server with Debug Mode

Start flask run, enable debug, and read the reloader.

The Dev Server

Flask includes a built-in development server so you can run your app instantly while building, with no extra setup. 🛠️

Start with flask run

The recommended way to launch is the flask run command, which finds your app and serves it on the local port.

flask run

All lessons in this course

  1. What Flask Is and Why It Exists
  2. Set Up a Virtualenv and Install Flask
  3. Hello World: Your First Flask App
  4. Run the Dev Server with Debug Mode
← Back to Flask Academy