Demo Electron app to use all the "sexy" features.
Go to file
tigerbot 40813b1bb6 added drag-and-drop handling 2017-04-21 13:24:57 -06:00
images implemented basic tray 2017-04-20 12:54:01 -06:00
.gitignore copied basic example electron app code 2017-04-20 12:01:35 -06:00
README.md copied basic example electron app code 2017-04-20 12:01:35 -06:00
drag-drop-main.js added drag-and-drop handling 2017-04-21 13:24:57 -06:00
drag-drop-render.js added drag-and-drop handling 2017-04-21 13:24:57 -06:00
index.html added drag-and-drop handling 2017-04-21 13:24:57 -06:00
index.js added drag-and-drop handling 2017-04-21 13:24:57 -06:00
menu.js added a simple menu 2017-04-20 16:42:04 -06:00
notifications.js implemented notifications 2017-04-20 12:58:11 -06:00
package.json set the name and logo for the window 2017-04-21 10:45:57 -06:00
tray.js implemented basic tray 2017-04-20 12:54:01 -06:00

README.md

Example of a simple Electon app that uses the features described as "sexy" by the webtorrent team.

Starting the app without installation

npm install
npm start

Creating the .deb

npm install
npm run build
npm run deb64

The installer will be placed in dist/installers