Skip to content
Md. Shohel Rana edited this page May 12, 2018 · 10 revisions

Prerequisites

Before starting of your Angular application, you may need some latest tools that are below.

For the CLI generated project, you need the Node 6.9.0 or higher.

Downloading and Setting up

Download the prerequisites tools directly from the below link according to your operation system and install those tools.

After installing Nodejs, the node package manager (npm) should automatically be installed.

Test it out by doing: open terminal window and write the following command npm --version

After installing Git, the git package manager (git) should automatically be installed.

Test it out by doing: open terminal window and write the following command git --version

After installing Visual Studio Code, you can check the installed IDE from your start program menu.

Test it out by doing: open visual studio code IDE from start program menu.

Install Angular CLI

Open terminal window and write the following command for global installation

npm install -g @angular/cli

N.B: Internet connection is needed before doing this job.