vasaeps3 / usersbook

The application is the address book of users

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 76.1%Language:HTML 17.2%Language:CSS 4.1%Language:JavaScript 2.6%