Korbs
/
electron-sample
Template
1
Fork 0
Go to file Use this template
Korbs 31df7f8385 Update 'README.md' 2023-08-11 01:18:19 -04:00
.gitignore Init 2023-08-05 00:51:18 -04:00
README.md Update 'README.md' 2023-08-11 01:18:19 -04:00
SudoVanilla.png Init 2023-08-05 00:51:18 -04:00
index.html Init 2023-08-05 00:51:18 -04:00
index.js Init 2023-08-05 00:51:18 -04:00
package.json Init 2023-08-05 00:51:18 -04:00

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