unit test環境
$ node --version # node.jsの導入またはバージョンの確認(version 8.0以降)
$ npm install -g karma # karmaの導入
例題'angular-phonecat'の実行
$ git clone github.com/angular/angular-phonecat.git
$ cd angular-phonecat
$ git checkout -f step-0
# 他ターミナルにおいて
$ cd angular-phonecat
$ ./scripts/web-server.js
# 確認
http://localhost:8000/app/index.html