Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 308 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 308 Bytes

flask-basic

A simple Flask base app template for beginners with folder structure and Bootstrap.

What's included?

Nothin but Flask-Bootstrap and the absolute basics required to start building your own flask webapp!

Setup

pip install flask
pip install flask-bootstrap
python runserver.py