Add frontend

This commit is contained in:
kolaente 2020-07-19 21:59:41 +02:00
parent 24bd35d6e1
commit cc78c6305d
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
node_modules/
.idea/
frontend/

View File

@ -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