To run this project, you need to download zip file of this repository.
Once downloaded, run npm install to install all the packages.
To test the app, use ng test command.
To run the project on the localhost, use ng serve command.
To run the project as a desktop application in development mode, you will need two terminals.
In one terminal run ng serve serve command in the other one npm run electron.
To run the project in production mode use:
npm run dist:winfor Windowsnpm run dist:macfor MacOSnpm run dist:linuxfor Linux
Command will install all the needed files into the dist folder, where you can further open the app clicking on address-book.exe file.
P.S. All commands to be run in the root of repository.