When I read and follow the tutorial it works great. Only issues I have is the backend has to be fired prior to the frontend so that the electron application will work correctly. If that is the case, how is the electron application to be deployed (or known as production distribution ready) if the server side is not incorporated into electron?
The best example I can use to demonstrate what I’m referring to is how Matt Raible demonstrated Okta with Electron.
What I’m trying to learn here is how to refactor the backend into Electron and secure all env variables which is why I posted the links above so that this could be built as a production ready application.