joeeames / UnitTestingAngularLikeABoss

Unit Testing Angular Like a Boss Workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unit Testing Angular Like a Boss

Get hold of a TypeScript code editor (e.g. Visual Studio Code or WebStorm)

Install Visual Studio Code

Install Node.js (maybe nvm too)

Install node 8.9.4 or later and npm 5.6.0 or later

Or use nvm

Clone the repository

git clone https://github.com/joeeames/UnitTestingAngularLikeABoss.git

Install Dependencies

cd UnitTestingAngularLikeABoss

npm i

The day before the workshop run “git pull” to update to the latest version of the repo since there may be changes

Slides: https://docs.google.com/presentation/d/1aIJfOmlJP4Sc37B2L-KuCxk7Egp5-oIEP70dT-z1YaY/edit?usp=sharing

Walkthrough: https://docs.google.com/document/d/1JNyQET-kyQ6RbyhOutKPOhIcR9XD2L0y4kJV1IPbFXw/edit?usp=sharing

About

Unit Testing Angular Like a Boss Workshop


Languages

Language:TypeScript 76.7%Language:CSS 14.7%Language:HTML 5.9%Language:JavaScript 2.7%