https://github.com/apfohl/hotwiredbooks
PoC Hotwire with ASP.NET
https://github.com/apfohl/hotwiredbooks
asp-net-core dotnet hotwire hotwire-turbo
Last synced: 6 months ago
JSON representation
PoC Hotwire with ASP.NET
- Host: GitHub
- URL: https://github.com/apfohl/hotwiredbooks
- Owner: apfohl
- License: mit
- Created: 2023-12-04T14:22:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T12:51:25.000Z (over 1 year ago)
- Last Synced: 2025-03-24T10:11:28.631Z (7 months ago)
- Topics: asp-net-core, dotnet, hotwire, hotwire-turbo
- Language: C#
- Homepage:
- Size: 150 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HotwiredBooks
[](https://github.com/apfohl/HotwiredBooks/actions/workflows/dotnet.yml) [](https://codecov.io/gh/apfohl/HotwiredBooks)
This is a proof of concept application showing a way to integrate [Hotwire](https://hotwired.dev) and [ASP.NET](https://dotnet.microsoft.com/en-us/apps/aspnet).
## Build and run
```
cd HotwiredBooks
npm install
npm run build
cd ..
dotnet run --project HotwiredBooks
```