Skip to content

Commit

Permalink
updated output on npm start (Update Quick Start Guide output example e…
Browse files Browse the repository at this point in the history
  • Loading branch information
rayjsales committed Nov 30, 2024
1 parent 9a37115 commit 8463f3b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions guides/release/getting-started/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.)
Expand Down

0 comments on commit 8463f3b

Please sign in to comment.