Skip to content

zeyadsharo/Angular-practical-third-stage

Repository files navigation

Angular Practical Third Stage

steps to the instructions:

Setting Up GitHub and Git on Your PC:

GitHub Account:

  1. If you don't have a GitHub account, go to GitHub and sign up for a new account.

Git Installation:

  1. Download and install Git on your PC. You can download it from the official Git website: Git Downloads.

Cloning the Git Repository:

  1. Open your terminal or command prompt.
  2. Navigate to the directory where you want to clone the repository using the cd command.
  3. Copy the repository URL: https://github.com/zeyadsharo/Angular-practical-third-stage.git
  4. Run the following command to clone the repository:
    git clone https://github.com/zeyadsharo/Angular-practical-third-stage.git
  5. Change into the cloned directory:
    cd Angular-practical-third-stage

Pulling Changes After Every Lecture:

  1. Before starting any new work, pull the latest changes from the repository:
    git pull origin main

Running Angular Application:

  1. After pulling the latest changes, navigate into the project directory if you're not already there:
    cd Angular-practical-third-stage
  2. Install project dependencies using npm:
    npm install
  3. Start the Angular application:
    npm start
  4. Open your browser and visit http://localhost:4200/ to view the running Angular application.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application 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.

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published