Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joramot/real-estate-management-app
https://github.com/joramot/real-estate-management-app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joramot/real-estate-management-app
- Owner: joramot
- License: mit
- Created: 2024-11-08T22:01:45.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T03:58:52.000Z (2 months ago)
- Last Synced: 2024-12-02T12:14:44.243Z (about 2 months ago)
- Language: TypeScript
- 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
- 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`