Skip to content

Getting Started

Trevor Geene edited this page Apr 9, 2019 · 4 revisions

Getting Started with FMF

Step 1: Download the Framework

git clone git@github.com:tgeene/flask-mvc-framework.git
cd flask-mvc-framework
pip install -r requirements.txt

Step 2: Running the App

Windows

flask run

Linux

FLASK_APP=app.py flask run
Clone this wiki locally