From 9e4b996de217c827a8949290bca7f896dab26f46 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sat, 3 Mar 2018 13:21:03 +0200 Subject: Start using parcel --- src/app.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/app.js (limited to 'src/app.js') 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 -- cgit v1.3