A simple demo app that shows how to integrate Weavy in a Vite + React app with an ASP.NET Core backend.
The React app mounts in Views/Home/Live.cshtml at the DOM node #live-root.
- .NET 9 SDK
- Node.js
Install JS deps with npm ci.
Configure Url and ApiKey for your Weavy environment in appsettings.json.
- Build client assets with
npm run build(outputs towwwroot/js/main.js) - Start the .NET app with
dotnet run(or press Ctrl+F5 in Visual Studio) - Navigate to http://localhost:5018 in your browser.
- Click login (this demo accepts any email address and password as valid credentials)
- After login, click "Enter live show".
- Enjoy Weavy in React!