Angular
Angular CLI Basics - ng serve

ng serve Conclusion

PRO
Outline

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.