Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 747 Bytes

File metadata and controls

34 lines (22 loc) · 747 Bytes

Hydro Todo

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.

How to run

  1. Clone the repository
git clone git@github.com:hydrostack/hydro-todo.git
cd hydro-todo
  1. Restore EF Core and update the database
dotnet tool restore
dotnet ef database update
  1. Run the project:
dotnet run

License

Hydro is Copyright © Krzysztof Jeske and other contributors under the MIT license