YuriiChukhrai / home-app

angular codelabs from youtube channel:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 codelabs from youtube channel:

License:MIT License


Languages

Language:TypeScript 66.4%Language:CSS 21.8%Language:JavaScript 10.0%Language:HTML 1.8%