From 7dc7754e7d2e4b8aa9e20156c33bd662220eb8e5 Mon Sep 17 00:00:00 2001 From: Vrishak Vemuri <53585843+FluffyCube9343@users.noreply.github.com> Date: Thu, 12 Jan 2023 21:43:09 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d09772b..fcb583c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # sample-flaskServer sample flask server to modify to learn more about flask (for new folks!) + +`app.py` is what you run (`python app.py`) +`templates/` has html stuff +`static/` has images and CSS +- `static/src/` has CSS +- `static/dist/` is auto-generated