Skip to content

Tarkanii/Address-Book

Repository files navigation

AddressBook

Instructions

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:win for Windows
  • npm run dist:mac for MacOS
  • npm run dist:linux for 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.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published