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

https://github.com/jhotujec/angular-electron-barebones

Minimal setup to get Angular working with Electron
https://github.com/jhotujec/angular-electron-barebones

anuglar electron minimalistic scss

Last synced: 2 months ago
JSON representation

Minimal setup to get Angular working with Electron

Awesome Lists containing this project

README

          

### About the project
This is an attempt to create as slim and minimal setup for `angular` and `electron` as possible. Removing all the test files and other clutter, providing a separation between backend(`electron`) and frontend(`angular`).

### How to run
- Install dependencies with `npm install`
- Run in development(with angular's live reload) `npm run dev`
- Run in production (will add soon)