https://github.com/irustm/electronjam
Electron + AngularJS + Angular Material
https://github.com/irustm/electronjam
Last synced: about 2 months ago
JSON representation
Electron + AngularJS + Angular Material
- Host: GitHub
- URL: https://github.com/irustm/electronjam
- Owner: irustm
- License: mit
- Created: 2017-05-19T14:09:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-22T14:39:28.000Z (about 8 years ago)
- Last Synced: 2025-03-26T13:06:26.120Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# electronjam
> My electronjam app
## Dev
```
$ npm install
$ bower install
```### Run
```
$ npm start
```
### Run on electron connect```
$ gulp serve
```
### Run on electron connect & dev watch```
$ gulp multi-build
```### Build
```
$ npm run build
```Builds the app for macOS, Linux, and Windows, using [electron-packager](https://github.com/electron-userland/electron-packager).
## License
MIT © [Jamak](http://null)