如何运行角度服务器?

时间:2019-04-10 07:58:48

标签: node.js angular server

这是我在package.json中的代码

"scripts": {
    "ng": "ng",
    "start": "ng serve --port 8080",
    "build": "ng build --prod --aot",
    "test": "ng test",
    "lint": "ng lint",
    "e2e": "ng e2e"
}

我正在尝试运行npm run start,它已成功编译,但是端口未运行。构建FE我正在使用npm run build正常工作。所以请指导我如何运行角度服务器

1 个答案:

答案 0 :(得分:0)

运行此命令:

ng serve --open