Skip to content

wwwillchen/mesop-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mesop Flask

This example shows you how to use Mesop and Flask together

How to run

This project uses uv so you will need to install it.

Development mode

You can run it like this:

uv run main.py

Production mode

You can use gunicorn to run the app in production mode:

uv run gunicorn main:combined_app

Note: uv run is just a wrapper to use the gunicorn command with the uv virtual environment.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages