Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 605 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 605 Bytes

2024-03-04_202645

2024-03-04_202657

Angular Homes App

  • Install Angular if you don't have it installed

    npm install -g @angular/cli

  • Clone this branch to your local machine

    git clone -b homes-app-start [email protected]:angular/codelabs.git homes-app

  • Once the code has been downloaded

    cd homes-app

  • Install the depencies

    npm install

  • Run the application

    ng serve