A desktop web app made from Youtube using Electron's electron-quick-start repo. Also has ad-blocker packaged with it (using Cliqz's ad-blocker for Electron) so there are no ads on videos.
In the /src folder.
run:
npm install
to install dependancies.
then to run the app:
npm start
for Windows:
npm run windows
For Mac:
npm run osx
For Linux:
npm run linux
Packaged using electron-packager.