Skip to content

Latest commit

 

History

History
 
 

electron with node-rfc

Minimal Electron example, based on the electron-quick-start app.

Changes: be2240e

# Go into the repository
cd electron-quick-start
# Install dependencies
npm install
# Run the app
npm start