A barebone Flask app using Flask and Bootstrap (v4.4.1).
Make sure you have Python installed
$ git clone https://github.com/petersimeth/basic-flask-template.git # or clone your own fork
$ cd basic-flask-template
$ pip install -r requirements.txt
$ python app.py
Your app should now be running on localhost:5000.