Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 405 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 405 Bytes

electron-example-browserview

Example of Electron app that registers and switches between multiple BrowserViews.

To Use

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