forked from ember-learn/guides-source
-
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.
updated output on npm start (Update Quick Start Guide output example e…
- Loading branch information
Showing
1 changed file
with
7 additions
and
3 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -56,9 +56,13 @@ npm start | |
|
||
After a few seconds, you should see output that looks like this: | ||
|
||
```text | ||
Livereload server on http://localhost:7020 | ||
Serving on http://localhost:4200/ | ||
```shell | ||
> [email protected] start | ||
> ember serve | ||
|
||
building... | ||
|
||
Build successful (9761ms) – Serving on http://localhost:4200/ | ||
``` | ||
|
||
(To stop the server at any time, type Ctrl-C in your terminal.) | ||
|