首先安裝node.js 。網址:https://nodejs.org/en/node
而後從GitHub上拉取angular-phonecat代碼 。網址:https://github.com/angular/angular-phonecatgit
參考教程:http://www.angularjs.cn/A003angularjs
https://docs.angularjs.org/tutorial [這個網址可能須要FQ才能看到!]github
******************************************************************************************************************************************************************************************************************************web
上訴東西安裝好後,咱們進行下面的步驟:npm
咱們要經過運行下載工具依賴關係:命令爲 npm install (在目錄angular-phonecat 下按下shift鍵而後點擊右鍵打開cmd 命令行窗口)bash
(若是下載的速度比較慢的話能夠使用淘寶鏡像下載速度回快些:網址:https://npm.taobao.org/ 命令爲:服務器
)
npm install -g cnpm --registry=https://registry.npm.taobao.org
該項目預先配置了許多npm幫助程序腳本,以便輕鬆運行開發時所需的常見任務:網絡
npm start
:啓動本地開發Web服務器。npm test
:啓動Karma單元測試運行器。npm run protractor
:運行量角器端到端(E2E)測試。npm run update-webdriver
:安裝量角器所需的驅動程序。 本人在輸入npm install 命令後好屢次都沒反應,我建議不要氣餒,多試幾回就會好的,多是網絡問題。工具
安裝好後就能夠根據:網址:https://docs.angularjs.org/tutorial 和http://www.angularjs.cn/A00e 進行你的每步操做。
其結果以下圖所示: