Contact List

Instructions

  1. Clone this repository.
  2. Run npm install from src directory.
  3. Run grunt from src directory.
  4. Run json-server from the ContactsApi directory with the following command: json-server -w database.json
  5. Run the server from the dist directory.