Skip to content

Instantly share code, notes, and snippets.

@yahyatawil
Last active August 24, 2020 00:53
Show Gist options
  • Save yahyatawil/598ff7c7bfdd85d269e6bcbbf4e0ebc1 to your computer and use it in GitHub Desktop.
Save yahyatawil/598ff7c7bfdd85d269e6bcbbf4e0ebc1 to your computer and use it in GitHub Desktop.
Creat a Desktop Application for Any Website

How to use Nativefier to create an desktop app

  1. Download Node.js®. This is required for Nativefier to work.

  2. Open the Node.js command prompt and install Nativefier. Copy & paste the following to install and press enter:

npm install nativefier -g

  1. Create wrapper for Asana web app. Once Nativefier is installed, copy & paste the following into the Node.js command prompt and press enter:

nativefier --name "Asana" "https://app.asana.com"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment