Skip to content

vipulra/AngularAssignment

Repository files navigation

Tools

  1. Download and Install Git For Windows or Git For Mac.
  2. Download and Install Node. Download the LTS version.
  3. Download and Install VSCode.

Verify

Open terminal and try following commands:

// should print out the node version
node -v
// should print out the npm version
npm -v

Clone Repository

Open terminal and type the following command to clone the repository:

git clone https://github.com/innovation-stack/ng-freshers.git

Install Angular

npm install -g @angular/cli

Install Packages

// This will install all project's dependencies and dev-dependencies listed in package.json
cd ng-freshers
npm install

Run

Open terminal and type the following command:

npm start

Once the project is compiled, head over to your favorite browser and enter URL http://localhost:4200 to access the application.

About

Angular Assignment 1 and 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published