aditya-sridhar / simple-desktop-app-electronjs

A simple Temperature converter desktop app built using electron js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 76.2%Language:HTML 23.8%