Skip to content

Commit

Permalink
updated output on npm start (Update Quick Start Guide output example #…
Browse files Browse the repository at this point in the history
  • Loading branch information
rayjsales committed Nov 28, 2024
1 parent 9a37115 commit af986b5
Show file tree
Hide file tree
Showing 2 changed files with 39,042 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
> ember-quickstart@0.0.0 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
Loading

0 comments on commit af986b5

Please sign in to comment.