This simple Contact Manager AngularJS application demonstrates a component-based Angular architecture and implements Unit and Component Integrtion tests.
- Install Node.js
- on OSX use homebrew
brew install node
- on Windows use chocolatey
choco install nodejs
-
Install these NPM packages globally
npm install -g bower gulp
-
Install project dependencies (execute from project's root folder)
npm install bower install
-
Run application (execute from project's root folder)
gulp serve-dev
-
Run specs (execute from project's root folder)
gulp serve-specs