#index.html no load
2 messages · Page 1 of 1 (latest)
you have to load html file or a url when your application get starts.
Here is an example :
-
when you load url like below then firstly you have to start your react server
win.loadURL('http://localhost:3000/') -
win.loadURL("file://"+ path.join(__dirname, "index.html"));