Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 4 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 [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`