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: about 1 month ago
JSON representation
An to try Google's new Mesop web framework.
- Host: GitHub
- URL: https://github.com/wilsonsilva/hello-misop
- Owner: wilsonsilva
- Created: 2024-06-06T09:57:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T09:57:50.000Z (about 2 years ago)
- Last Synced: 2025-12-22T19:44:06.402Z (6 months ago)
- Topics: angular, angular-material, angularjs, counter, google, material, material-design, material-ui, mesop, python, python3
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```