Add webview
diff --git a/frontend.js b/frontend.js
new file mode 100644
index 0000000..7b76e3e
--- /dev/null
+++ b/frontend.js
@@ -0,0 +1,6 @@
+require("./units-impl-wasm.js");
+
+const {UnitsApp} = require("./frontend-impl.js");
+const React = require("preact");
+
+React.render(<UnitsApp />, document.getElementById("app"));