After the installation process finishes, run the following command while still in your workspace directory:
ng serve The ng serve command launches the server, watches your files, and rebuilds the app as you make changes to those files.
npm start Alias for ng serve with a predefined port to avoid conflicts with other Angular applications running on the same machine.