|
||
---|---|---|
.gitignore | ||
README.md | ||
SudoVanilla.png | ||
index.html | ||
index.js | ||
package.json |
Getting Started with Electron
This sample template should help you get started with ElectronJS, this is down to the basics as you can get to start an app.
Requirements
When working with Electron, you need NodeJS and a code editor. Then, you'll need to use a package manager. Using something like Yarn is recommended. If you work with a lot of apps, then use PNPM to save on disk space, although this is not compatible with all pacakges.
Code Editors
Easy to use and open source
Paid
Running
First, install Electron package:
npm install
A start script is already included in the package file,just run:
npm start
Also Check Out
If you want to try organzing code and scripts, by spreading out the main process, try this demo repo.
Need to build the app now? Try looking at my Electron Builder Sample.
Support
Need help? support@sudovanilla.com