https://github.com/cdoremus/deno-serve-webcomponents
Using web components with a Deno server
https://github.com/cdoremus/deno-serve-webcomponents
deno web-components
Last synced: 2 months ago
JSON representation
Using web components with a Deno server
- Host: GitHub
- URL: https://github.com/cdoremus/deno-serve-webcomponents
- Owner: cdoremus
- Created: 2024-01-05T04:13:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T23:59:52.000Z (over 2 years ago)
- Last Synced: 2025-06-19T02:48:26.788Z (about 1 year ago)
- Topics: deno, web-components
- Language: HTML
- Homepage: https://deno-webcomponents.deno.dev/
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Using Deno.serve() with web components
This repo shows an example of how to use `Deno.serve()` to serve HTML files containing web components.
To run the server in a [Deno](https://deno.com) runtime, invoke the following:
```
deno task dev
```
The application will then be available at http://localhost:8080