Skip to content

cardosorrenan/my_contacts

Repository files navigation

My Contacts

Api server: My Contacts API

Setup

1. Get repo
 git clone https://github.com/cardosorrenan/my_contacts
2. Go to folder project
 cd ./my_contacts
3. Install dependencies
  • npm
 npm i
  • yarn
 yarn
4. Serve project
 ng serve --open