Skip to content

Commit b549936

Browse files
author
Jen Weber
authored
rewrite dependencies (#33)
* rewrite dependencies, add note about stopping ember server * fix links * address Gaurav's comments
1 parent 843b005 commit b549936

File tree

2 files changed

+190
-82
lines changed

2 files changed

+190
-82
lines changed

guides/basic-use/cli-commands.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ ember new camping-trip-tracker --yarn
7070
ember serve [options]
7171
```
7272

73+
To stop an Ember server, press `control-c`.
74+
7375
### What it does
7476

7577
`ember serve` takes all of the app's files and turns them into something that can be rendered in the browser. By default, view the app by visiting `http://localhost:4200`. It's a good idea to keep the server running as we work so that we know as soon as we've broken something. The CLI watches the project folders, and will rerender as files change.

0 commit comments

Comments
 (0)