Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angular/angular-electron
Angular2 + Electron
https://github.com/angular/angular-electron
Last synced: 27 days ago
JSON representation
Angular2 + Electron
- Host: GitHub
- URL: https://github.com/angular/angular-electron
- Owner: angular
- Archived: true
- Created: 2016-02-10T00:35:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T07:24:48.000Z (almost 7 years ago)
- Last Synced: 2024-09-26T11:03:03.990Z (5 months ago)
- Language: TypeScript
- Size: 71.3 KB
- Stars: 605
- Watchers: 51
- Forks: 115
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Electron
Electron Platform for Angular 2. Work in progress.
## Testing the demo
Make sure to have NodeJS version 5.x.x installed.
Start off by running `npm run setup`. That command will install the dependencies and the required TypeScript typings (using the [typings](https://www.npmjs.com/package/typings) package).
Since the demo application is not apart of the plugin, angular2 and
its peer dependencies also need to be installed manually via npm. Run
the following command to install everything required for the demo: `npm run setup-demo`.That command will install the following:
* angular2
* es6-promise
* es6-shim
* reflect-metadata
* rxjs
* zone.jsThen execute `npm start` to see the demo application in action!