From your command line, run the following to download the repo to your own computer:
$ git clone https://github.com/stanfordjournalism/flask-boilerplate-breaches.git
To run the app, which starts a webserver on your own machine at the address (URL) of 127.0.0.1:5000
(aka localhost:5000
:
$ cd flask-boilerplate-breaches
$ python app.py
Flask app tutorial: http://www.compjour.org/homework/flask-app-101/