This repository contains a sample Todo web application that uses Hydro, Razor Pages and Tailwind.
Hydro brings stateful and reactive components to ASP.NET Core without writing JavaScript.
- Clone the repository
git clone [email protected]:hydrostack/hydro-todo.git
cd hydro-todo
- Restore EF Core and update the database
dotnet tool restore
dotnet ef database update
- Run the project:
dotnet run
Hydro is Copyright © Krzysztof Jeske and other contributors under the MIT license