This project was generated with Angular CLI version 6.1.1.
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
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.
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
.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.