Skip to content

Commit

Permalink
show installation result on the page
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebirrrrd committed Oct 15, 2017
1 parent fb35be4 commit 428631f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions installations.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,16 +107,17 @@ ng serve -o
```
The flag `-o` is a short for `--open`, which will open your browser in the right URL: `localhost:4200`

You should see the title **Todo works!**
You should see the page like this:

![image](https://github.com/bluebirrrrd/todo-list-tutorial/blob/master/assets/installation-result.png)



### Congratulations!

You have a running Angular application! **As long as you're working on the application you should keep the terminal where you run it open.** Any change you make in the project code will be reflected immediately in the web browser.
You have a running Angular application! **As long as you're working on the application you should keep the terminal where you run it open.** Any change you make in the project code will be reflected immediately in the web browser.
You can open another terminal to perform tasks in parallel.

To stop the app from running, press `Ctrl+C` in the terminal, or close the terminal.

Now we're ready to start developing!

0 comments on commit 428631f

Please sign in to comment.