https://github.com/leaningtech/cheerpx_hello
A simple CheerpX hands-on tutorial
https://github.com/leaningtech/cheerpx_hello
Last synced: 9 months ago
JSON representation
A simple CheerpX hands-on tutorial
- Host: GitHub
- URL: https://github.com/leaningtech/cheerpx_hello
- Owner: leaningtech
- Created: 2020-08-17T14:04:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-27T08:16:37.000Z (about 5 years ago)
- Last Synced: 2025-03-01T08:32:04.706Z (over 1 year ago)
- Language: HTML
- Size: 1.95 KB
- Stars: 10
- Watchers: 9
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cheerpx "Hello world!" example
Build with `make`. Serve the `build/index.html` page, for example with:
```bash
cd build
python3 -m http.server
```