-
Notifications
You must be signed in to change notification settings - Fork 17
Dev Environment Setup and Run in Development Mode
Thomas Pete Petrovic edited this page Dec 23, 2019
·
3 revisions
Node > v10.13.0
Yarn (recommended) > v1.15.2
Everything which belongs the electron app is in the /app
Folder, so in the /app
Folder run
yarn && yarn start
yarn start
will execute a concurrently
Task which builds the electron main (backend) Bundle everytime something changes in the /app/electron
folder and kills/restarts the electron process - which is needed for the main Bundle.
As also the Webpack dev server environment for the electron renderer bundle which runs on port 1666.
I got this as i started the dev environment on Windows Systems... Weirdly on MacOS i dont get this Behaviour. Just "CTRL+R" after 1 Minute and the Loading Screen will appear.