Get Electron/Percy/WASM running

This commit is contained in:
2018-08-25 18:18:42 -04:00
commit e53a938d5a
13 changed files with 7992 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<div id="root">Loading...</div>
</body>
<script src="./bundle.js"/>
</html>