DEV Community

Cover image for Convert your website into EXE file using Node.JS/NPM/Electron
SupremeWyn
SupremeWyn

Posted on • Updated on

Convert your website into EXE file using Node.JS/NPM/Electron

Cover designed by KindPng.com

Hey guys 😁, today I'm gonna be showing you how to convert your website link into exe file

  1. Download node.js
  2. When you downloading make sure you click the button "Add to PATH", and then you ready to install.
  3. Open cmd and type "npm install -g nativefier"
  4. Wait until the installation is finished.
  5. After that type like this "nativefier --name 'Your App Name' 'myapp.com'"
  6. Wait until the converting is finish and goto C:/Windows/System32/And search folder with the name "yourappname-win32"

If you have any problem feel free to ask, im gonna answer as fast as i can

Link to hosting a free website: https://dev.to/supremewyn/free-web-hosting-100-free-4h59

Check out another articles from me:
https://dev.to/supremewyn/html-code-to-create-website-using-html-css-2p3l

https://dev.to/supremewyn/html-for-beginner-part-1-9me

Top comments (1)

Collapse
 
thefoxiedev profile image
SupremeWyn

Nativefier is no longer on system32, you can search your converted file on your username directory. ✌🏻