Thousands of free libraries are available via npm to extend your app's functionality. Packaging for Distribution
The Main Process controls the life cycle of your app. Create a file named main.js and add this code: javascript Thousands of free libraries are available via npm
When you're ready to share your app, you’ll want to turn it into an .exe or .app file. Tools like or Electron Builder are free to use and automate the entire process of bundling your code for users to download. Tools like or Electron Builder are free to
Open your terminal, create a new folder for your app, and navigate into it: mkdir my-electron-app cd my-electron-app npm init -y Use code with caution. Why Choose Electron
You just built your first desktop application. Why Choose Electron? Low Learning Curve: If you know JS, you’re 90% there.
Visual Studio Code is the industry standard and completely free. Download it here .
You can interact with the file system, show notifications, and use the system tray.