/desktop-shortcut

This is a sample web to desktop application example using neutralino

Primary LanguageJavaScriptMIT LicenseMIT

desktop-shortcut

Create a web-app shortcut

Get started

Clone the repo

$ git clone https://github.com/radhe-soni/desktop-shortcut.git
$ cd desktop-shortcut

Install dependencies

$ npm i

Change urlOfWebApp variable inside src/aap.Javascript

/**
 * Replace https://read.amazon.com/ with url of your desired web-app.
 */
const urlOfWebApp = 'https://read.amazon.com/';

Bundle source files

$ npm run build

Start your app using neutralino-* file, whichever is applicable to your environment.