https://github.com/igmrrf/home_app
https://github.com/igmrrf/home_app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/igmrrf/home_app
- Owner: igmrrf
- License: mit
- Created: 2024-04-25T10:59:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-25T11:00:42.000Z (about 1 year ago)
- Last Synced: 2024-11-10T04:45:15.269Z (7 months ago)
- Language: TypeScript
- Size: 1.65 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`