Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 319 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 319 Bytes

aspnet-vite

ASP.NET using Hotwire with Vite working example

Run the following commands:

cd ClientApp
pnpm install
pnpm run dev

Then 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.