Skip to content

docs(previewing): adding instruction about "ionic serve --external" #3045

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

Merged
merged 3 commits into from
Aug 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/developing/previewing.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ $ ionic serve

With `ionic serve` running, continue developing your app. As you save changes, the app reloads with those changes applied.

:::note

If the external link isn't listed on the terminal, then run `ionic serve --external` to generate it.

:::

When implementing native functionality, use [Platform Detection](../core-concepts/cross-platform.md).
When you're ready to test on a real device, see here for [iOS](ios.md) and [Android](android.md).

Expand Down