initial commit

This commit is contained in:
Rich Harris
2018-08-25 13:03:34 -04:00
commit a69b70e745
34 changed files with 936 additions and 0 deletions

7
app/client.js Normal file
View File

@@ -0,0 +1,7 @@
import { init } from 'sapper/runtime.js';
import { manifest } from './manifest/client.js';
init({
target: document.querySelector('#sapper'),
manifest
});