We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a37115 + 8463f3b commit f5f284cCopy full SHA for f5f284c
guides/release/getting-started/quick-start.md
@@ -56,9 +56,13 @@ npm start
56
57
After a few seconds, you should see output that looks like this:
58
59
-```text
60
-Livereload server on http://localhost:7020
61
-Serving on http://localhost:4200/
+```shell
+> ember-quickstart@0.0.0 start
+> ember serve
62
+
63
+building...
64
65
+Build successful (9761ms) – Serving on http://localhost:4200/
66
```
67
68
(To stop the server at any time, type Ctrl-C in your terminal.)
0 commit comments