Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tolyo/flask-boilerplate


https://github.com/tolyo/flask-boilerplate

Last synced: 4 days ago
JSON representation

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`