Angular
Angular CLI Basics - ng serve

ng serve Conclusion

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

ng serve builds your application and starts it up on a local development server. It makes it simple and easy to run the application during development. This is not meant for production situations, but will be great during local development.

If you have any questions, or would like to see more flags that can be used with this command, check out the docs.