Skip to content
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