Skip to content

HarveyAtwal/angular-address-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Address Book

The goal of this assignment is to create an address book using AngularJS. Contacts are listed on the left hand side, are searchable, and can be toggled to view their full details. Additionally, contacts can be editable in the main view.

Please install all node modules with this command:

npm install

Note: that npm will automatically start installing bower components after the node modules are installed.

Run the server by using this command and view in browser at http://localhost:8080:

npm start

Note: Prior to starting the node server, npm will automatically execute the build process

Use the following command to run tests:

npm test

Use the following command to start the build process

gulp

Dependencies

  1. Npm / Node
  2. Karma
  3. Gulp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published