This is everything you need to get started with your web-app using Flask.
This code skeleton has all the required folders for your HTML templates, your CSS stylesheets, your routing, etc.
You can just pull the repository, and start building on it.
- HTML documents:
app/templates
- CSS stylesheets:
app/static/styles
- assets (images, videos, sounds, etc):
app/static/assets
(you'll need to create that folder) - environment, Procfile, requirements: at the root
/
- routes:
app/routes.py
- models:
app/models.py