Skip to content

Instantly share code, notes, and snippets.

@skflowne
Created May 15, 2020 10:16
Show Gist options
  • Save skflowne/022d0768b4d32f90af1ffbf491463273 to your computer and use it in GitHub Desktop.
Save skflowne/022d0768b4d32f90af1ffbf491463273 to your computer and use it in GitHub Desktop.
import App from './App.svelte';
const app = new App({
target: document.querySelector('#server-rendered-html'),
hydrate: true
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment