The application is the address book of users
In order to start the project use:
$ git clone https://github.com/vasaeps3/usersbook
$ cd usersbook
# install the project's dependencies
$ npm installRun for a dev server:
$ npm startNavigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run to build the project:
$ npm run buildThe build artifacts will be stored in the dist/ directory.
Use the for a production build:
$ npm run prodThe produced code can be deployed to a remote server.
Run to execute the unit tests via Karma.
$ npm run testRun to execute lint you app code using tslint.
$ npm run lint