A barebone Flask app using Flask, Bootstrap (v5.3.0) and jQuery (v3.6.3).
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.