I want to use 5000 instead of 4200.
I have tried to create a file on root name ember-cli and put JSON according to the code below:
{
&q
Changing nodel_modules/angular-cli/commands/server.js is a bad idea as it will be updated when you install new version of angular-cli. Instead you should specify ng serve --port 5000 in package.json like this:
"scripts": {
"start": "ng serve --port 5000"
}
You can also specify host with --host 127.0.0.1