From cc78c6305d046e47e1b537ea9c0e01e997b402d3 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 19 Jul 2020 21:59:41 +0200 Subject: [PATCH] Add frontend --- .gitignore | 1 + index.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 78f2710..d43792d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/ .idea/ +frontend/ diff --git a/index.js b/index.js index a9659f7..59175d2 100644 --- a/index.js +++ b/index.js @@ -11,7 +11,7 @@ function createWindow () { }) // The starting point of the app - win.loadFile('index.html') + win.loadFile('./frontend/index.html') } // This method will be called when Electron has finished