I'd like to build an electron app that runs a nodejs localhost for the backend that simply handles my API and authentication to my Azure SQL database. while also running the react frontend portion of the app. I have both files working fine independently outside of electron, its just when I try to bring them both into electron that I'm just launching a blank white screen each time.
If anyone could provide any help it would be much appreciated or better yet if there's any boilerplates kicking around that would be amazing.
Thanks