Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frankhale/electron-with-express
A simple app that demonstrates spawning an Express app from Electron
https://github.com/frankhale/electron-with-express
electron-app electron-application electron-packager electronjs example express expressjs typescript
Last synced: about 1 month ago
JSON representation
A simple app that demonstrates spawning an Express app from Electron
- Host: GitHub
- URL: https://github.com/frankhale/electron-with-express
- Owner: frankhale
- License: mit
- Created: 2015-09-10T22:17:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-28T23:48:38.000Z (about 1 month ago)
- Last Synced: 2024-09-30T15:01:23.182Z (about 1 month ago)
- Topics: electron-app, electron-application, electron-packager, electronjs, example, express, expressjs, typescript
- Language: TypeScript
- Homepage:
- Size: 896 KB
- Stars: 662
- Watchers: 30
- Forks: 145
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](screenshots/express-app.png)
Press `CommandOrControl+Shift+L` to show the server log:
![Server-Log](screenshots/server-log.png)
## 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 <[email protected]>
Updated on: 15 July 2024
## License
MIT - see [LICENSE](LICENSE)