Added re-frame skeleton

Doesn't work yet!
This commit is contained in:
Simon Brooke 2018-03-18 14:19:37 +00:00
parent 3b90c105d4
commit 26d4889cff
11 changed files with 144 additions and 5 deletions

View file

@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset='utf-8'>
</head>
<body>
<div id="app"></div>
<script src="js/compiled/app.js"></script>
<script>fedit.core.init();</script>
</body>
</html>