/flask-hello-world

Python Flask Hello, World - with simple navigation and stylin'

Primary LanguageHTML

Flask Hello world

with simple navigation and stylin'

What to expect

Not too much. A basic Hello, World Flask app with two-page navigation showing how to use JavaScript and CSS from a static folder. Intended as an example project for someone first learning Flask.

How to build

git clone https://github.com/DukeOfEtiquette/flask-hello-world.git

cd flask-hello-world

virtualenv env && source env/bin/activate

FLASK_APP=main.py FLASK_DEBUG=1 python3 -m flask run