From the course: Angular: Building Large Applications

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Initialization of our project

Initialization of our project - Angular Tutorial

From the course: Angular: Building Large Applications

Start my 1-month free trial

Initialization of our project

- [Instructor] Before we move on to discussing best practices and tools for building scalable applications, let's initialize and explore a base project. This project will be principally used to show some of the subjects we'll explore. But in this course we won't be building a specific project. Let's get to it. The first thing if you don't have Node and NPM installed, make sure that at least you have that installed. So go to nodejs.org and then once you get to that page click on Other Downloads, then select the operating system and install and you should be good to go. Okay? So now what we'll do is install Angular so click on VS Code and then open up the Integrated Terminal so click on View, Integrated Terminal, and then let's see where we are. We're on the main directory so in order to install Angular you do npm install dash g for global @angular/cli So now I have Angular installed and now we'll initialize our projects. So where I'm going to initialize a project is on my desktop feel…

Contents