Sample application using Github Electron and Angular 1.4 with MySql used as database
This sample application demonstrate how to create a desktop application using Angular JS and Github Electron.
Install dependencies.
npm install
Install bower dependencies
bower install
Install Application dependencies:
Change directory to
appfolder, then run
npm install
Run your application by entering following command in your command prompt
gulp run
You can get the release version with following command:
gulp build-electron