Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jasimea/ElectronAngular

Sample application using Github Electron and Angular 1.4 with MySql used as database
https://github.com/jasimea/ElectronAngular

angularjs desktop-application electron electron-app javascript

Last synced: 3 months ago
JSON representation

Sample application using Github Electron and Angular 1.4 with MySql used as database

Awesome Lists containing this project

README

        

# ElectronAngular

This sample application demonstrate how to create a desktop application using Angular JS and Github Electron.

#Install
---

Install dependencies.

```
npm install
```

Install bower dependencies

```
bower install
```

Install Application dependencies:

Change directory to ```app``` folder, then run

```
npm install
```

#Run
---

Run your application by entering following command in your command prompt

```
gulp run
```

#Release
---

You can get the release version with following command:

```
gulp build-electron
```