Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 987 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 987 Bytes

Angular Testing Workshop

ng-conf 2017

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)
  • Install Yarn
  • Clone the repository
    • git clone https:/angular-workshops/angular-testing.git
    • cd angular-testing
  • Install the local dependencies for the project
    • yarn
  • 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