Skip to content

Commit 9875a0e

Browse files
committed
Merge branch 'reframe' of https://github.com/enigma/js-framework-benchmark into enigma-reframe
2 parents 7b0c35b + 9fc5c7f commit 9875a0e

File tree

6 files changed

+3036
-0
lines changed

6 files changed

+3036
-0
lines changed

frameworks/keyed/re-frame/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
out
2+
.lsp
3+
.clj-kondo
4+
node_modules

frameworks/keyed/re-frame/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Re-frame</title>
6+
<link href="/css/currentStyle.css" rel="stylesheet"/>
7+
</head>
8+
<body>
9+
<div id='main'></div>
10+
<script src='dist/main.js'></script>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)