Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgp1130/html-fragments-routing-demo
https://github.com/dgp1130/html-fragments-routing-demo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dgp1130/html-fragments-routing-demo
- Owner: dgp1130
- Created: 2023-01-14T22:11:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T03:24:19.000Z (about 2 years ago)
- Last Synced: 2024-10-05T07:41:08.442Z (4 months ago)
- Language: TypeScript
- Size: 532 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTML Fragments Routing Demo
Demo using HTML fragments to provide SSR'd routing applied client-side.
Check out the [running application](https://html-fragments-routing-demo.dwac.dev/) and the
[blog post](https://blog.dwac.dev/posts/html-fragments-routing/) covering it.## Deployments
```shell
npm run build
npm run netlify -- deploy -s "${SITE_ID}" --prod -m "Manual deployment from command line."
```