Angularjs 项目 运行 localmachine

Angularjs Project run localmachine

我想 运行 this project 使用 Node.js。我已经安装好了。但我不知道如何在我的本地系统中 运行 它。提供任何帮助。

通过以下命令安装一个简单的 http 服务器

npm install -g http-server

转到 index.html 存在的项目主文件夹和 运行 命令

http-server

您可以在 locathost:8080

开始您的项目