Add frontend
This commit is contained in:
parent
24bd35d6e1
commit
cc78c6305d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
.idea/
|
.idea/
|
||||||
|
frontend/
|
||||||
|
2
index.js
2
index.js
@ -11,7 +11,7 @@ function createWindow () {
|
|||||||
})
|
})
|
||||||
|
|
||||||
// The starting point of the app
|
// The starting point of the app
|
||||||
win.loadFile('index.html')
|
win.loadFile('./frontend/index.html')
|
||||||
}
|
}
|
||||||
|
|
||||||
// This method will be called when Electron has finished
|
// This method will be called when Electron has finished
|
||||||
|
Loading…
x
Reference in New Issue
Block a user