Angular
Setting Up An Angular Environment

Installing the Angular CLI

PRO

We are in the home stretch now!

Wiring up an Angular project from scratch is a real pain. There are a lot of packages we need and configuring the build tools to make the app run can be a nightmare. Thankfully, the Angular CLI lets us start up Angular apps with a single command. It's a powerful tool and one that will most likely pay off to know.

 

I finished! On to the next chapter