


Follow the below steps to clone and run an example Angular application that includes user registration, login and user management features. This is an optional step to test out your new Angular dev environment. Your Angular development environment is now setup and ready to go! Run an example Angular application (optional) Launch VS Code to test that it installed correctly.ĥ. Install Visual Studio Code by opening the downloaded setup file and following the prompts. VS Code is a free code editor that runs on Windows, Mac and Linux. Download and Install Visual Studio Code (VS Code)

Test that the Git CLI was installed successfully by running the command git -version.Ĥ. Install the Git CLI by opening the downloaded installer and following the prompts. The Git CLI is the command line interface used for cloning and interacting with git repositories (e.g. Install the Angular CLI globally by running the command npm i -g that the Angular CLI was installed successfully by running the command ng -version. The Angular CLI is the de facto command line tool used to develop, build and test Angular applications. Test that Node.js and npm were installed successfully by running the commands node -v and npm -v. Install Node.js and npm by opening the downloaded installer and following the prompts.

They come bundled together when you install Node.js.Īngular is built on top of Node.js, the Angular framework itself and the Angular CLI are both packages available on npm. Node.js is a javascript runtime environment that enables you to run js code outside of a browser, and npm is a package manager used to download javascript packages built to run on Node. Node.js and npm are the runtime and command line tools required to build and run Angular applications.
