IDEMSInternational / open-app-builder

PLH App Frontend
GNU General Public License v3.0
5 stars 24 forks source link

[DOCS] Document local live-reload #2129

Open jfmcquade opened 9 months ago

jfmcquade commented 9 months ago

What?

2128 adds a new serve configuration so that the local live-reload app can be run on a device/emulator via either the web app or native app. These instructions (see PR notes and code changes) should be fromally documented.

chrismclarke commented 9 months ago

As mentioned in #2128, would be good to test cli flags work for our 2 use cases (live reload on native device and live-reload on any web browser on local network when specifying host pc ip), and if working revert code changes in favour of using ionic cli over manual capacitor config update and angular external serve config

chrismclarke commented 9 months ago

Minor follow-up, looks like capacitor is getting the same feature in v6 as ionic https://github.com/ionic-team/capacitor/releases/tag/6.0.0-alpha.1 https://github.com/ionic-team/capacitor/pull/6831 so I'll likely migrate other projects to favour this over manual angular serve config/config changes