Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alicewriteswrongs/stencil-hydrate-example
an example app using Stencil's hydration stuff
https://github.com/alicewriteswrongs/stencil-hydrate-example
Last synced: about 1 month ago
JSON representation
an example app using Stencil's hydration stuff
- Host: GitHub
- URL: https://github.com/alicewriteswrongs/stencil-hydrate-example
- Owner: alicewriteswrongs
- License: mit
- Created: 2023-12-11T19:42:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-11T20:36:01.000Z (about 1 year ago)
- Last Synced: 2024-10-30T07:26:50.028Z (3 months ago)
- Language: TypeScript
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Hydrate example
An example project showing the use of a [Stencil hydrate
app](https://stenciljs.com/docs/hydrate-app). To use it:```sh
npm i
npm start
```