Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

How to run react + express in electron app

I am trying to create a desktop app with electron where i want to keep my client side (i.e React) and server side (i.e. express) code in same codebase and run both on different ports and interact with each other on electron framework.

I have set up webpack for react : https://github.com/laxmikanta415/my-base-react-app-config.git and also did a separate set up of express app on : https://github.com/laxmikanta415/NodeJsWithWebpackStarter.git.

Now i am having problem understanding how can i combine these and ship as a desktop app in electron.

Comments