Skip to content

A simple app that demonstrates spawning an Express app from Electron

License

Notifications You must be signed in to change notification settings

a1649669105/electron-with-express

 
 

Repository files navigation

electron-with-express

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:

Express-App

Press CommandOrControl+Shift+L to show the server log:

Server-Log

How to run

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.

Author

Frank Hale <[email protected]>

Updated on: 8 February 2023

License

MIT - see LICENSE

About

A simple app that demonstrates spawning an Express app from Electron

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 42.4%
  • JavaScript 35.0%
  • EJS 22.6%