GitHub user JuJinPark added a comment to the discussion: Can I change the local
fronEnd port 4200 to other port?
You can do this by modifying the /web-app/package.json file
change
```
"start": "ng serve --proxy-config proxy.conf.json"
```
To:
```
"start": "ng serve --port {yourPortNumber} --proxy-config proxy.conf.json"
```
Then, simply run : yarn start
GitHub link:
https://github.com/apache/hertzbeat/discussions/3104#discussioncomment-12319436
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]