how to assign port in angular
ng serve --port 4401
how to assign port in angular
ng serve --port 4401
how to change port in flask app
if __name__ == "__main__":
app.run(host='127.0.0.1', port=5002)
make angular to run on a different port
"projects": {
"my-cool-project": {
... rest of project config omitted
"architect": {
"serve": {
"options": {
"port": 1337
}
}
}
}
}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us