A simple project demonstrating how to spawn an Express app from Electron as well as providing server logs directly in the Electron app.
Express App:
Press CommandOrControl+Shift+L
to show the server log:
Make sure you npm install
in both the root and the express app folder so that
all dependencies are installed. Then use npm run start
to start electron with
content being served from the express app.
Frank Hale <[email protected]>
Updated on: 8 February 2023
MIT - see LICENSE