Ecosyste.ms: Awesome
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: 4 months ago
JSON representation
Projeto de um site para consulta de imóveis em Angular 18.
- Host: GitHub
- URL: https://github.com/danvitoriano/codelabs
- Owner: danvitoriano
- License: mit
- Created: 2024-07-09T03:57:26.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T02:39:59.000Z (7 months ago)
- Last Synced: 2024-10-01T07:23:01.713Z (4 months ago)
- Topics: angular, angular-cli, angular18, typescript
- Language: TypeScript
- Homepage: https://angular18-56282.web.app/
- Size: 1.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`