Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 406 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 406 Bytes

Flask Boilerplate Project

Basic boilerplate for getting started with Flask, a basic framework for building web apps in Python. Includes jQuery 1.9 and basic directory structure (including extending templates).

Getting Started

  • set up virtualenv
  • pip install flask
  • python runserver.py

More documentation on Flask here.