Skip to content

apfohl/HotwiredBooks

Repository files navigation

HotwiredBooks

.NET codecov

This is a proof of concept application showing a way to integrate Hotwire and ASP.NET.

Build and run

cd HotwiredBooks
npm install
npm run build
cd ..
dotnet run --project HotwiredBooks