用节点启动项目

时间:2015-06-04 19:29:28

标签: angularjs node.js

我从github下载了节点/角度站点的项目文件: https://github.com/lavinjj/angularjs-spinner

我正在尝试从本地节点服务器运行该项目。当我在节点控制台中键入web-server.js时,我可以在控制台中看到'http服务器在http://localhost:8000/运行

当我输入http://localhost:8000/sample01/index.htmlhttp://localhost:8000/sample01时,我看到找不到文件。

如何运行此项目?

1 个答案:

答案 0 :(得分:1)

您必须从项目的根目录运行web-server.js。即

$ git clone https://github.com/lavinjj/angularjs-spinner.git
$ cd angularjs-spinner
$ pwd
/home/user/angularjs-spinner
$ node scripts/web-server.js