First commit

Explore Svelte and Sapper
This commit is contained in:
2019-12-23 18:43:22 +01:00
commit c003b969d5
18 changed files with 2172 additions and 0 deletions

5
src/client.js Normal file
View File

@@ -0,0 +1,5 @@
import * as sapper from '@sapper/app'
sapper.start({
target: document.getElementById('site')
})