How to create desktop application based on website

Agik Setiawan
2 min readOct 4, 2020

--

I will share tutorial how to make a desktop application from a website fast and simple.

Step 1: Install Nodejs https://nodejs.org/en/ and NPM

Step 2: Install electron and run command “npm i -g electron“ in your terminal/CMD

Step 3: Install nativefier and run command “npm i -g nativefier” in your terminal/CMD

Step 4: Run command ‘nativefier — name MediumApp “https://medium.com/”’.

Step 5: Entry into the mediumApp(Root Application) Folder.

Step 6: run command “./Medium(Linux)” or double click exe file (Windows)

Greats!!!. You have created desktop Apploication based on Medium Website.

--

--