aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.js
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2018-03-03 13:21:03 +0200
committerJan Tuomi <jan.tuomi@eficode.com>2018-03-03 13:21:03 +0200
commit9e4b996de217c827a8949290bca7f896dab26f46 (patch)
treeabd3f2157d4acb2a47c9c027bb917d70fe4895c8 /src/app.js
parenta1c33b51cef94bdec1484aefa3196f733fff123d (diff)
Start using parcel
Diffstat (limited to 'src/app.js')
-rw-r--r--src/app.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/app.js b/src/app.js
new file mode 100644
index 0000000..85732ec
--- /dev/null
+++ b/src/app.js
@@ -0,0 +1,4 @@
+import riot from 'riot';
+import './tags';
+
+riot.mount(document.getElementById('app'), 'site'); \ No newline at end of file