Angular
Angular CLI Basics - ng serve

ng serve Exercise Review

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 
PRO

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.

 

I finished! On to the next chapter