I am trying to run my express backend simultaneously with my reactjs frontend. Front- and backend need to be packaged into one single electron app. As I am an beginner in both react and electron, the answer may be obvious.
So the question: What possible ways are there to achieve described behavior?