Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

briebug/contact-mgr-demo

Repository files navigation

This simple Contact Manager AngularJS application demonstrates a component-based Angular architecture and implements Unit and Component Integrtion tests.

Installation

  1. Install Node.js
  1. Install these NPM packages globally

    npm install -g bower gulp
  2. Install project dependencies (execute from project's root folder)

    npm install
    bower install
  3. Run application (execute from project's root folder)

    gulp serve-dev
  4. Run specs (execute from project's root folder)

    gulp serve-specs

About

Demo project for training and best practices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published