A simple project demonstrating how to spawn an Express app from Electron as well as providing server logs directly in the Electron app using React.
Click on Tools -> Toggle Logs
to show the server log:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Runs the app in the production mode.
Open http://localhost:5000 to view it in your browser.
Runs the app in the development mode inside Electron.\
The page will reload when you make changes.
You may also see any lint errors in the console.
Package the app using electron-forge
Giuseppe Farinacci <[email protected]>
Updated on: 10 November 2023
Based on electron-with-express by Frank Hale
MIT - see LICENSE