Skip to content

Instantly share code, notes, and snippets.

@shershen08
Created October 19, 2019 18:45
Show Gist options
  • Select an option

  • Save shershen08/da510f5048e29eb926b4fbc0927def68 to your computer and use it in GitHub Desktop.

Select an option

Save shershen08/da510f5048e29eb926b4fbc0927def68 to your computer and use it in GitHub Desktop.
Svelte main.js
import App from './App.svelte'
const app = new App({
target: document.body,
});
export default app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment