https://github.com/pkief/angular-electron-starter
An angular starter kit based on electron.
https://github.com/pkief/angular-electron-starter
angular electron starter typescript webpack2
Last synced: 3 months ago
JSON representation
An angular starter kit based on electron.
- Host: GitHub
- URL: https://github.com/pkief/angular-electron-starter
- Owner: PKief
- License: mit
- Created: 2017-02-18T12:09:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T07:35:09.000Z (about 8 years ago)
- Last Synced: 2025-01-17T14:39:18.068Z (about 1 year ago)
- Topics: angular, electron, starter, typescript, webpack2
- Language: TypeScript
- Size: 202 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# angular-electron-starter
An angular starter kit based on electron.
## Features
- Webpack configuration
- Auto Reload
- Sass support
- Global styles + component styles
- tslint configuration
- production server
- electron setup
- electron-packager scripts
## Installation and usage
Open a terminal in the project folder and run the following commands.
**Install all required node dependencies:**
```
npm install
```
**Start the developer mode:**
```
npm start
```
The application starts and you'll see the app running. You can edit the source files and the app will be automatically updated.
**Build the app for production:**
```
npm run package:win
```
This commands creates executable files for Windows in the `packages`-folder. There are also scripts for other operating systems in the `packages.json`-file.