Skip to content

Aklilu-Mandefro/desktop-app-using-html-css-and-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Temperature Converter Desktop App

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/Aklilu-Mandefro/desktop-app-using-html-css-and-javascript.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