forked from angular/introduction-to-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d67cf0a
commit 2afb6d0
Showing
2 changed files
with
6 additions
and
16 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,11 @@ | ||
# Fairhouse (Step One) | ||
Welcome to step one of building the application. You'll find the base application here. | ||
# Introduction to Angular Codelab | ||
|
||
In this codelab, you'll build a housing app with Angular. This is the completed app and features the ability to view home listings based on user search, and view details of a housing location. | ||
|
||
## This step covers | ||
lorem ipsum and all that jazz. | ||
## Local Setup | ||
* Clone this repository | ||
* change into `fairhouse` directory | ||
* run `npm install` | ||
You'll build everything with Angular using Angular's powerful tooling and great browser integration. | ||
|
||
After the dependencies have been installed: | ||
Here's a preview of the application: | ||
|
||
* Run `ng serve` for a dev server. | ||
* Navigate to `http://localhost:4200/`. | ||
 | ||
|
||
_The app will automatically reload if you change any of the source files._ | ||
|
||
|
||
_______ | ||
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.0.4. | ||
The step-by-step guide can be found at [https://codelabs.developers.google.com/introduction-to-angular](https://codelabs.developers.google.com/introduction-to-angular) |