How do you install and run the Electron tutorial app?. This is a quick guide to get it running.
1. Install Node.JS and Electron
First you need to install Node.JS if you haven’t done that already.
Then run the following command to install electron globally.
2. Clone or download the repo from Github.
Clone the Github repo by running this command:
Or download the repo and extract the archive.
After cloning or downloading and extracting the application run:
3. Install dependencies
Now we need to install dependencies, such as the electron winstaller or the packager. Do this by running:
4. Run Electron tutorial app
When the npm install
is done you need to start the app by running:
This will start an application looking like this on Linux Mint, but it will work on Windows and macOS as well: