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

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

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
```

---