Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dgp1130/html-fragments-routing-demo


https://github.com/dgp1130/html-fragments-routing-demo

Last synced: about 2 months ago
JSON representation

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."
```