Skip to content

Dev Environment Setup and Run in Development Mode

Thomas Pete Petrovic edited this page Dec 23, 2019 · 3 revisions

Requirements

Node > v10.13.0 Yarn (recommended) > v1.15.2

Install Dependencies

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.

FAQ

After i run yarn start for development i just get a white blank page

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.