heathkit / angular-testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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://github.com/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

About


Languages

Language:TypeScript 81.8%Language:CSS 10.1%Language:JavaScript 4.5%Language:HTML 3.5%