How to configure an interactive project generator using npm create @iwsdk for an AR app?
Run 'npm create @iwsdk@latest' to scaffold a new WebXR project. The CLI walks you through selecting AR vs VR mode, choosing a rendering engine (Three.js or Babylon.js), and configuring build tools. The generated project includes hit testing, surface detection, and 3D model loading pre-configured. From there, customize the scene to load your property models and implement interaction handlers specific to your real estate use case.
Was this article helpful?