Skip to content

marcosnasp/codelabs

 
 

Repository files navigation

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 git@github.com:angular/codelabs.git homes-app

  • Once the code has been downloaded

    cd homes-app

  • Install the depencies

    npm install

  • Run the application

    ng serve

About

Angular Tutorials

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.5%
  • TypeScript 38.3%
  • HTML 8.8%
  • CSS 2.4%