Skip to content

Instantly share code, notes, and snippets.

@mikeott
Last active October 23, 2024 05:10
Show Gist options
  • Save mikeott/9a09edfc91407aeb34eb594f96b89bd1 to your computer and use it in GitHub Desktop.
Save mikeott/9a09edfc91407aeb34eb594f96b89bd1 to your computer and use it in GitHub Desktop.
Electron
// 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