2015年8月20日木曜日

angular 入門 目次

まず、angular-phonecat repositoryからサンプルソースコードをダウンロードする


git clone --depth=14 https://github.com/angular/angular-phonecat.git

ダウンロードしたangular-phonecatディレクトリーに移動する

cd angular-phonecat

依存関係をインストールする

npm install

最後、ウェブサーバを起動する

npm start

ウェブサーバが起動できたら、ブラウザから動作を確認できます。

http://localhost:8000/app/index.html

引用元:https://docs.angularjs.org/tutorial