/angular-electron-quickstart

Angular-electron quickstart

Primary LanguageTypeScript

Angular Electron Quickstart

This is a project for creating an desktop app using Angular and Electron.

Getting started

Before anything else, you will need to have NodeJS and NPM.

Clone the repository

git clone https://github.com/hydrokat143/angular-electron-quickstart.git

Install dependencies

npm install

Install Angular CLI

npm install -g @angular/cli@latest

Running Angular Electron

To run the app, use the following command.

npm start