- Clone this repository
- Install dependencies
$ npm install
$ bower install
external-contacts-exercise uses Gulp and Browsersync for a streamlined development environment. To start the development server use:
$ gulp serve
To run the test cases use:
$ gulp test