Example Applets are like little standalone websites – you can host them on the web, or in your web app's public folder. Unlike regular websites, applets are imported into a host environment (e.g. your ...
Each applet has its own folder created with npx @web-applets/create [FOLDER_NAME]. Execute npm run dev in that folder to access the applet through any Web Applets client! (including inspector) ...