📺Share Preview

Learn how to share your build preview online.

This is useful if you are building locally on your machine and you want to share your preview online with your loved ones.

Steps

  1. Do yarn preview , it will create a localhost server and a file called preview-link.txt.

  2. Open the preview-link.txt file and you'll see a dedicated URL for you to use.

  3. Open it and share it with your loved one.

The preview URL will stay active until you stop the local server intentionally.

Last updated