saichaitanyan / angular_task

An angular web app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task

This project was generated with Angular CLI version 7.3.6.

Prerequisites

Before you begin, make sure your development environment includes Node.js and an npm package manager.

Angular requires Node.js version 10.9.0 or later.

Step-1

To check your version, run node -v in a terminal/console window.

To get Node.js, go to nodejs.org.

Step-2

After installing node, it's time to install angular/cli to run the angular application.

To install the CLI using npm, open a terminal/console window and enter the following command:

npm install -g @angular/cli

Step-3

After installing angular/cli in your machine, now navigate to project folder.

cd angular_task

Run the following command to install the node modules.

npm install

Step-4

ng serve --open

Now app will open in browser with this url http://localhost:4200/.

About

An angular web app


Languages

Language:TypeScript 68.7%Language:JavaScript 12.2%Language:CSS 10.3%Language:HTML 8.8%