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

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

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
```