first commit, adding template sapper

This commit is contained in:
wompmacho
2020-11-05 19:50:43 -05:00
parent 3fbf9655cc
commit 0ba096f62d
27 changed files with 3399 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.querySelector('#sapper')
});