Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tolyo/flask-boilerplate
https://github.com/tolyo/flask-boilerplate
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tolyo/flask-boilerplate
- Owner: tolyo
- License: apache-2.0
- Created: 2023-09-14T12:40:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-24T14:37:32.000Z (12 months ago)
- Last Synced: 2023-11-24T15:36:38.330Z (12 months ago)
- Language: CSS
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flask-boilerplate
A starter template for scalable Flask development using Python 3.9
## Features:
- `Makefile` for everyday development tasks
- Live reload for templates and static assets in dev mode## Insructions:
Activate env:
`. .venv/bin/activate`Install dependencies:
`make setup`Start dev server:
`make start`