Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 511 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 511 Bytes

BlazorTodoMVC

An implementation of the TodoMVC app using Blazor WebAssembly.

Features

  • Todo items are stored in the local storage of the browser.
  • The app is completely localized. Available translations: English and German.

Requirements

  • .NET Framework 5.0

How to build

  • Download the code or clone this repository.
  • Open a command prompt in the root directory.
  • Execute the following command: dotnet watch run --project BlazorTodoMvc.Server
  • Open a browser and go to http://localhost:5000