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

https://github.com/danvitoriano/codelabs

Projeto de um site para consulta de imóveis em Angular 18.
https://github.com/danvitoriano/codelabs

angular angular-cli angular18 typescript

Last synced: 7 months ago
JSON representation

Projeto de um site para consulta de imóveis em Angular 18.

Awesome Lists containing this project

README

          

# Angular Homes App

LIVE DEMO: https://angular18-56282.web.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`