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

https://github.com/wilsonsilva/hello-misop

An to try Google's new Mesop web framework.
https://github.com/wilsonsilva/hello-misop

angular angular-material angularjs counter google material material-design material-ui mesop python python3

Last synced: 2 months ago
JSON representation

An to try Google's new Mesop web framework.

Awesome Lists containing this project

README

          

# Hello Mesop

An to try Google's new [Mesop web framework](https://google.github.io/mesop/).

## Installation

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

## Running

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

```sh
source .venv/bin/activate
```

Start the app:

```sh
mesop counter.py
```

```sh
mesop hello_world.py
```