Outline
Let's go over the exercises for this section. You should have run something similar to the following commands:
ng serve --port 8000
ng serve --open
You may have combine those into on command, or you may have used the alias for --open
, -o
. Both of those scenarios are great.
If you'd like to read more about ng serve
, go to the documentation.