To start the web app with the internal web server of Flask:
FLASK_ENV=development flask run
Or run the App directly in the pipenv:
pipenv run flask run
- flask
- flask-sqlalchemy
- preview-generator (https://github.com/algoo/preview-generator)
- pipenv
- Alternative UI libraries:
- Site to help you chose a MVC framework: https://todomvc.com/