Skip to content

Commit 0c824b4

Browse files
committed
updated output on npm start (Update Quick Start Guide output example ember-learn#2078)
1 parent 9a37115 commit 0c824b4

File tree

2 files changed

+39042
-3
lines changed

2 files changed

+39042
-3
lines changed

guides/release/getting-started/quick-start.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,13 @@ npm start
5656

5757
After a few seconds, you should see output that looks like this:
5858

59-
```text
60-
Livereload server on http://localhost:7020
61-
Serving on http://localhost:4200/
59+
```shell
60+
61+
> ember serve
62+
63+
building...
64+
65+
Build successful (9761ms) – Serving on http://localhost:4200/
6266
```
6367

6468
(To stop the server at any time, type Ctrl-C in your terminal.)

0 commit comments

Comments
 (0)