Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thescientist13/dsd-dom-parser-demo
A demo repo of techniques for injecting SSR Declarative Shadow DOM into a page using DOMParser
https://github.com/thescientist13/dsd-dom-parser-demo
Last synced: about 1 month ago
JSON representation
A demo repo of techniques for injecting SSR Declarative Shadow DOM into a page using DOMParser
- Host: GitHub
- URL: https://github.com/thescientist13/dsd-dom-parser-demo
- Owner: thescientist13
- Created: 2024-01-03T17:58:39.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-01-03T19:28:38.000Z (12 months ago)
- Last Synced: 2024-10-29T03:41:49.397Z (about 2 months ago)
- Language: HTML
- Homepage: https://dsd-dom-parser-demo.vercel.app
- Size: 67.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dsd-dom-parser-demo
A demo repo of techniques for injecting SSR Declarative Shadow DOM into a page using `DOMParser`.
## Setup
1. Clone the repo
1. Run `npm ci`
1. Run `npm start`