This is a minimal Electron JS application including these files:
package.jsonmain.jsindex.html
To clone and run this repository you'll first need npm and node.js installed on your computer. In command line:
# Clone this repository
git clone https://github.com/bhaveshkalra/Browser
# Install dependencies
npm install
# Run the app
npm start