Add GUI dev environment (#114)

Setup dev tools to build GUI using ReasonML + Electron

Use react-scripts instead of custom build config

Add electron command

Rename command
This commit is contained in:
Gael du Plessix
2017-10-17 21:39:30 +02:00
committed by Brendan Le Glaunec
parent 89647ae457
commit 71046216ce
13 changed files with 7515 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<title>Cameradar</title>
</head>
<body>
<div id="index"></div>
</body>
</html>