Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 388 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 388 Bytes

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