Building frontend executable

To create a executable from the frontend you have to execute:

yarn electron:build

in the folder where you have your frontend packet.json file.

You should find an executable in the newly created dist_electron directory

building App

This is not connected to the backend yet (running backend on server and adjusting variables for connection to server is needed), but you can explore Segmensation already.

Since all data and the execution of the algorithms is done in the backend, non of the algorithms can be actually done when no connection to the backend is established.