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
- Host: GitHub
- URL: https://github.com/gitup24/app-housing-location
- Owner: gitup24
- License: mit
- Created: 2025-02-13T12:13:48.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-17T16:40:30.000Z (over 1 year ago)
- Last Synced: 2025-05-16T07:09:03.094Z (about 1 year ago)
- Topics: angular, frontend
- Language: TypeScript
- Homepage:
- Size: 1.66 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
- 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`