Web server + ElectronJS to wrap any website into the native window
1. Install dependencies
npm install
2. Add some HTML
touch ./lib/index.html
nano ./lib/index.html
3. Deploy
Windows
msi
build
npm run build:windows
Linux
deb
/appimage
build
npm run build:linux