DEV Community

Brian Ting
Brian Ting

Posted on

Flasker - Definitely Minimal Flask Boilerplate

I created a minimal Flask boilerplate for developers who want to create a Flask-based web apps from scratch, quickly.

The boilerplate repo: https://github.com/tyu1996/flasker

Flasker GIF

It is minimal enough that devs are given flexibility and no need to spend too much time trying to understand the codebase. With some experience with Flask, you can start to develop right away.

This boilerplate has complete set of what minimal web app should have: webpages, routes, forms, and models. It comes with a sample template so you can check around the web app first by running the run.sh.

Top comments (0)