Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Quick Start Guide output example #2078

Open
rayjsales opened this issue Nov 25, 2024 · 0 comments
Open

Update Quick Start Guide output example #2078

rayjsales opened this issue Nov 25, 2024 · 0 comments

Comments

@rayjsales
Copy link
Contributor

In the Quick Start Guide, under Create a New Application section, the output example can be updated to reflect the current version and be consistent with other guides. Currently, in the guide the output shows:

Livereload server on http://localhost:7020
Serving on http://localhost:4200/

The line Livereload server on http://localhost:7020 does not look applicable in the current version.

Also, the Orientation Guide in the Starting and Stopping the Development Server section reflects the current version better. For reference, the Orientation guide looks like this:

$ npm start

> [email protected] start
> ember serve

building... 

Build successful (9761ms) – Serving on http://localhost:4200/

Recommend updating the Quick Start Guide to be more consistent with the Orientation Guide and the current version. In the Quick Start Guide, the output can be updated to:

$ npm start

> [email protected] start
> ember serve

building... 

Build successful (9761ms) – Serving on http://localhost:4200/

I would like to create a pull request for this change on the guide if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant