Skip to content

elixsantana/contact-manager

Repository files navigation

Contact Manager

This project was generated with Angular CLI version 8.3.5.

This is a contact manager CRUD project. It does not connect to a backend. All the data is persisted in the browser's local storage.

Download project and dependencies

  • Clone the project
  • CD to contact-manager
  • run npm install

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

Elix Santana