Skip to content

flaschbier/sound-machine-electron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cf. https://medium.com/developers-writing/building-a-desktop-application-with-electron-204203eeb658

Why do I work thru this tutorial

This blog, and the repo, is full of outdated code that requires fixing which adds very little to better understanding. It's not well-thought exercises but simple making-up in a room that ssems abandoned for two years. So why not go somewhere else?

Well, this blog has the great advantage to not rely on other complex libraries like Angular, React, Vue, Builder or so. So it's a primer for Electron only, and that's what I was after. Funnily, there are little other blogs that start without much other overhead. So it might be even worth the effort to create an updated version of it. We will see...

Adaptions

install

Used npm install --save-dev electron to install [email protected] because electron-prebuilt is deprecated

SomeKay/sound-machine-electron-guide#13

changed require

// var app = require('app');
// var BrowserWindow = require('browser-window');
const {app, BrowserWindow} = require('electron');

SomeKay/sound-machine-electron-guide#3

Futher Issues

Further issues will be tracked as GitHub issues in https://github.com/flaschbier/sound-machine-electron/issues/ because it very much looks like it will be tons.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published