https://github.com/stuyk/electron5-angular7-minimalist
Electron 5 and Angular 7 Boiler Plate
https://github.com/stuyk/electron5-angular7-minimalist
angular angular7 electron nodejs
Last synced: about 2 months ago
JSON representation
Electron 5 and Angular 7 Boiler Plate
- Host: GitHub
- URL: https://github.com/stuyk/electron5-angular7-minimalist
- Owner: Stuyk
- Created: 2019-05-22T15:04:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T15:11:05.000Z (about 7 years ago)
- Last Synced: 2025-02-14T13:50:20.973Z (over 1 year ago)
- Topics: angular, angular7, electron, nodejs
- Language: JavaScript
- Size: 107 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
### Electron + Angular (Minimalist)
---
A lot of boiler plates for this were really bulky; here's a less bulky supplement.
Now you can add the rest of what you need without removing what others have tacked on.
**Includes:**
* Angular 7
* Electron 5
---
```
npm install -g @angular/cli
npm install
npm start
```
---