/angular-workshop

Exercises for the angular.js workshop

Primary LanguageJavaScript

Basic angular app

This is a basic setup of an angular app with karma/protractor for testing.

Installation

  • Fork the repo
  • Rename the app name in the package.json and the bower.json
  • Run npm install
  • Run tests using npm test