Skip to content

Latest commit

 

History

History
37 lines (18 loc) · 1.35 KB

File metadata and controls

37 lines (18 loc) · 1.35 KB

Angular Task

This project was generated with Angular CLI version 6.1.1.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system. use git clone to get the code to your system, type the below command in the terminal.

git clone https://github.com/saitejan/angularTask.git

use the below command to install Angular CLI globally

npm install -g @angular/cli

Starting the Server

install All Dependencies using the following command

npm install

above command is used to install the node_modules. Then start the server using the following command

ng serve -o

that means your server is running now , it will automatically opens the app in browser. If it didn't open , you can check it out by going to http://localhost:4200/ from your browser. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.