Clone and run for a quick way to see Electron in action.
This is a minimal Electron application for WebRTC chat.
# Clone this repository
git clone https://github.com/pauloouriques/electron-webrtc
# Go into the repository
cd electron-quick-start
# Install dependencies
npm install
# Run the app
npm start
Learn more about Electron and its API in the documentation.