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.
Related Angular CLI job interview questions
What do you need to do in order to be able to run Angular CLI on your computer?
AngularAngular CLI JuniorWhat is linting and how do you run linting for your Angular application unsing Angular CLI?
AngularAngular CLI JuniorHow do you find out what version of Angular CLI do you have installed?
AngularAngular CLI JuniorHow do you display a list of basic commands that Angular CLI supports?
AngularAngular CLI Junior