An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# HotwiredBooks

[![.NET](https://github.com/apfohl/HotwiredBooks/actions/workflows/dotnet.yml/badge.svg)](https://github.com/apfohl/HotwiredBooks/actions/workflows/dotnet.yml) [![codecov](https://codecov.io/gh/apfohl/HotwiredBooks/graph/badge.svg?token=H95UBUIYAU)](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
```