Thursday, 17 October 2019

How to create fully locally running Electron App if I have a React App and an API?

So, I have a project where I have created an API and a React App. Both run on separate servers. Now, I was thinking to create an electron app, which can be run locally and I also want to include the API in the production binary, so that all of it could run locally.So, is there a way to do so? If yes, how?

Submitted October 17, 2019 at 09:10AM by nerdycap007

No comments:

Post a Comment