A tutorial for Zaubrik's Web Components
- Install deno
- Go to the static directory,
cd static/
- Start a static file server:
deno run -A https://deno.land/std/http/file_server.ts --port 8088 ./
- Open your browser and enter
http://localhost:8088/
.
A tutorial for Zaubrik's Web Components
cd static/
deno run -A https://deno.land/std/http/file_server.ts --port 8088 ./
http://localhost:8088/
.