You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thomas Pete Petrovic edited this page Dec 23, 2019
·
3 revisions
Requirements
Node> v10.13.0Yarn (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.