Skip to content

siddharthverma-1607/simple-desktop-app-alectronjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simple-desktop-app-alectronjs

This Code is part of a blog. Please refer to the blog to make the best use of this code. The link to the blog is here

Pre-requisites

Install NodeJS

Install NodeJS from https://nodejs.org/en/

Install Electron Forge

Install Electron forge using the following command

npm install -g electron-forge

Cloning the Code

Clone the Code using the following command

git clone https://github.com/aditya-sridhar/simple-desktop-app-electronjs.git

Running the application

Go into the project folder and run the application using the following commands

cd simple-desktop-app-electronjs
npm install
npm start

Package the Application

The application can be packaged using the command

npm run package