Example of Electron app that registers and switches between multiple BrowserViews.
You need to install Git and Node.js as prerequisites.
# Clone this repository
git clone https://github.com/mamezou-tech/electron-example-browserview
# Go into the repository
cd electron-example-browserview
# Install dependencies
npm install
# Run the app
npm start