Last active
October 23, 2024 05:10
-
-
Save mikeott/9a09edfc91407aeb34eb594f96b89bd1 to your computer and use it in GitHub Desktop.
Electron
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Run electron app | |
npm run electron | |
// Reload maim window without having to quit and restart electron. | |
npx electronmon . | |
// Install toast module (if you want toast notifications in the app) | |
npm i electron toastify-js | |
// Install Xel UI kit | |
// Go to https://xel-toolkit.org/setup and follow instructions | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment