section-106-prototype

Requirements

Getting started

Install front end build tool (gulp)

npm install

Make a virtualenv for the project and install python dependencies

pip install -r requirements.txt

Generate CSS

gulp scss

Run flask server

flask run