From 9692bc7aefe3ea762e88d19d0ca31cfa5aaa2530 Mon Sep 17 00:00:00 2001 From: limbo Date: Wed, 31 Jul 2024 14:37:55 +0800 Subject: [PATCH] chore: update web-app readme --- web-app/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-app/README.md b/web-app/README.md index 8a0e7b0a75b..8a75b725ea6 100644 --- a/web-app/README.md +++ b/web-app/README.md @@ -11,7 +11,7 @@ 2. Install yarn if not existed `npm install -g yarn` 3. Execute `yarn install` or `yarn install --registry=https://registry.npmmirror.com` in `web-app` 4. Install angular-cli : `yarn global add @angular/cli@15` or `yarn global add @angular/cli@15 --registry=https://registry.npmmirror.com` -5. Start After Backend Server Available : `ng serve --open` +5. Start After Backend Server Available : `yarn start` ### Build HertzBeat Install Package