Here is an example of Web Component which displays some informations about a GitHub repository
You can find the related blog article here: (link soon)
You need to serve the index.html
file with a simple web server. You can use Python for that:
> python3 -m http.server 8001
Then, just open http://localhost:8001