Skip to content

vasaeps3/usersbook

Repository files navigation

Usersbook

The application is the address book of users

How to start

In order to start the project use:

$ git clone https://github.com/vasaeps3/usersbook
$ cd usersbook
# install the project's dependencies
$ npm install

Development server

Run for a dev server:

$ npm start

Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run to build the project:

$ npm run build

The build artifacts will be stored in the dist/ directory.

Use the for a production build:

$ npm run prod

The produced code can be deployed to a remote server.

Running unit tests

Run to execute the unit tests via Karma.

$ npm run test

Tslint

Run to execute lint you app code using tslint.

$ npm run lint

About

The application is the address book of users

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published