An open API service indexing awesome lists of open source software.

https://github.com/gitup24/app-housing-location

angular
https://github.com/gitup24/app-housing-location

angular frontend

Last synced: 2 months ago
JSON representation

angular

Awesome Lists containing this project

README

          

# 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`