Skip to content
Merged
Changes from 1 commit
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
2 changes: 2 additions & 0 deletions docs/developing/previewing.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ $ 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 doesn't show up, run `ionic serve --external`
Comment thread
thetaPC marked this conversation as resolved.
Outdated

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