GitHub - joeeames/TopCoders-angular2-testing

Angular 2 Testing

This repository contains the materials for the workshop.

Prerequisites

  • Get hold of a TypeScript code editor (e.g. Visual Studio Code or WebStorm)
  • Install Node.js (maybe nvm too)
  • Clone the repository
    • git clone https://github.com/joeeames/TopCoders-angular2-testing.git
    • cd TopCoders-angular2-testing
  • Install the angular CLI tool globally (needs to be >= beta.15)
    • npm install -g angular-cli
  • Install the karma CLI tool globally
    • npm install -g karma-cli
  • Install the local dependencies for jasmine folder
    • cd jasmine
    • npm install
  • Install the local dependencies for Tour of Heroes folder
    • cd ../tour-of-heroes
    • npm install
  • On the day of the workshop run git pull to update to the latest version of the repo since there may be changes

Workshop Documents