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

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

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