Skip to content

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

License

Notifications You must be signed in to change notification settings

cenuno/surviving_fs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages