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
- Host: GitHub
- URL: https://github.com/jhotujec/angular-electron-barebones
- Owner: jhotujec
- Created: 2018-01-21T03:54:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-21T04:23:46.000Z (over 8 years ago)
- Last Synced: 2025-05-20T02:50:40.341Z (about 1 year ago)
- Topics: anuglar, electron, minimalistic, scss
- Language: TypeScript
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)