Made using Electron, A framework for creating cross platform desktop apps using javascript
For Installation
- Download the files
- Make sure you have Node.Js and npm installed
- Change Node.js command prompt directory to the downloaded folder
-
Run
npm install electron --save-dev --save-exact
- This will install all the required Node_Modules
- After installation run
npm start
- App will start in a developer mode
npm install electron-packager -g
and then run
electron-packager .
to package the app, It will detect the OS and make File accordingly.
Portable version for Windows can be downloaded from here