These are handy for iterating on specific component UI issues in isolation from the rest of the sketch application, and without having to start a full backend to serve the full frontend app UI.
From the loop/webui directory:
npm run watch to build the web components and watch for changesnpm run demo to start a local web server to serve the demo pagesAlternately, use the webui: watch demo task in VSCode, which runs all of the above for you.