使用AngularJS应用程序,我克隆了项目并安装了必要的模块(npm,yo,grunt,bower等)。但是,当我键入grunt serve
(客户端)和node server/server.js
(服务器端)来运行应用程序时,该应用程序将无法运行。实际上,索引页面没有显示在导航器上。我只有这个:
grunt serve
Running "serve" task
Server is running on port 9000...
Press CTRL+C at any time to terminate it.
请提供任何解决方案!