How do you run an Angular application on your local computer using Angular CLI?

Experience Level: Junior
Tags: AngularAngular CLI

Answer

Run the following command from the command line:

ng serve

This command will run the development web server, build the application and open it in your browser.

Comments

No Comments Yet.
Be the first to tell us what you think.
Angular CLI for beginners
Angular CLI for beginners

Are you learning Angular CLI ? Try our test we designed to help you progress faster.

Test yourself