gavinr-maps / experience-builder-devops-example

Use Experience Builder within a devops workflow to automatically build the app on commit.
https://gavinr-maps.github.io/experience-builder-devops-example/
15 stars 6 forks source link

Add script to more easily copy the apps #10

Open gavinr-maps opened 3 months ago

gavinr-maps commented 3 months ago

When you checkout this repo into the /client/ directory of Experience builder developer edition, the developer can copy/paste the apps from this repo /apps folder into /server/public/apps, but developers are lazy ... should we provide a light-weight script to copy/sync these things? @gKnoll and @thollingshead have some things they have used in the past.

thollingshead commented 3 months ago

My method was to setup a symlink between the repo /apps and the /server/public/apps directories such that changes are synced in both directions, whether the developer is editing the files directly in a code editor or configuring the app through the builder interface.