Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 711 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 711 Bytes

Surviving Flatiron School

Learning how to make a static and dynamic website using HTML.

Run Static Website Locally

After you've cloned a local copy of this repository, run the following commands in the terminal:

cd surviving_fs/
open index.html

screenshot of first static website

Run Dynamic Website Locally

After you've cloned a local copy of this repository, run the following commands in the terminal:

cd surviving_fs/
FLASK_APP=app.py flask run

screenshot of first dynamic website

Requirements

This repo uses Python 3.6.0. All python packages can be found in the requirements.txt file.