docs: set-up sapper template

This commit is contained in:
Eric Liu 2020-05-09 07:19:03 -07:00
commit 04b8978ec2
22 changed files with 5209 additions and 0 deletions

4
docs/src/client.js Normal file
View file

@ -0,0 +1,4 @@
import "./style.scss";
import * as sapper from "@sapper/app";
sapper.start({ target: document.querySelector("#sapper") });