ASP.NET using Hotwire with Vite working example
Run the following commands:
cd ClientApp
pnpm install
pnpm run devThen execute the main program using either dotnet run or from an appropriate IDE.
The Notes example uses Hotwire and the Todos example uses Turbo Streams with SignalR.