/hello-misop

An to try Google's new Mesop web framework.

Primary LanguagePython

Hello Mesop

An to try Google's new Mesop web framework.

Installation

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Running

Enter the virtual environment, if you haven't done already:

source .venv/bin/activate

Start the app:

mesop counter.py
mesop hello_world.py