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.
- Host: GitHub
- URL: https://github.com/wilsonsilva/hello-misop
- Owner: wilsonsilva
- Created: 2024-06-06T09:57:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-06T09:57:50.000Z (over 1 year ago)
- Last Synced: 2025-03-24T02:09:45.921Z (7 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
```