A demo Electron app
ToDo Desktop requires npm, bower, and gulp to be installed. After installing npm you can install bower and gulp with npm i -g bower gulp.
To install the app run the following after cloning the repo:
npm installbower install
gulp run