/demo-electron-epiclabs

Clone to try a simple Electron app

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

demo-electron-epiclabs

This is a demo of a GitHub's Electron application based on the Electron quick start project.

It also uses jQuery and p5.js libraries to develop some cool example application.

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/adripanico/demo-electron-epiclabs.git
# Go into the repository
cd demo-electron-epiclabs
# Install dependencies and run the app
npm install && npm start

Learn more about Electron and its API in the documentation.

More info

This example has been developed as part of a tech talk about Electron held at Epic Labs.

License CC0 (Public Domain)