https://github.com/esnet/web_component_demo
Demonstration Web Component
https://github.com/esnet/web_component_demo
Last synced: 6 days ago
JSON representation
Demonstration Web Component
- Host: GitHub
- URL: https://github.com/esnet/web_component_demo
- Owner: esnet
- Created: 2025-02-06T01:12:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-06T01:20:10.000Z (over 1 year ago)
- Last Synced: 2025-07-29T17:39:04.843Z (11 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repo contains two files, an index.html file and a JS file that contains a WebComponent.
It is meant to demonstrate the most basic deployment of a web component possible.
Running
------
`python3 -m http.server 8888`
Point your browser to http://localhost:8888
You should now see the contents of index.html