README 300 B

12345678910111213141516171819
  1. Steps to run the site
  2. 1. Install Flask with your package manager
  3. 2. Ensure directory structure (html file in templates)
  4. flaskpage.py
  5. templates |_ stat.html
  6. |_ webpage.html
  7. 3. Create FLASK_APP variable
  8. On a terminal, execute,
  9. export FLASK_APP=flaskPage.py
  10. 4. Final Step
  11. flask run