frankhale / electron-with-express

A simple app that demonstrates spawning an Express app from Electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • npm install
  • npm run start

How to package

  • npm run pack

NOTE: This assumes electron-packager is installed globally

Author

Frank Hale <frankhale@gmail.com>

Updated on: 8 February 2024

License

MIT - see LICENSE

About

A simple app that demonstrates spawning an Express app from Electron

License:MIT License


Languages

Language:TypeScript 100.0%