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
Post a Comment