Skip to content

aditya-sridhar/simple-desktop-app-electronjs

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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/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

About

A simple Temperature converter desktop app built using electron js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published