Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 584 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 584 Bytes

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