Skip to content

joeeames/TopCoders-angular2-testing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 83.4%
  • TypeScript 11.0%
  • CSS 3.2%
  • HTML 2.4%