This repo showcases Blazor version of Kendo UI Sushi Single Page Application. Blazor Sushi is a ficticious online store which sells sushis.
Blazor Sushi is hosted on Surge and the live demo can be found here: Blazor Sushi
To setup Blazor 0.7.0:
-
Install .NET Core 2.1 SDK (2.1.500 or later).
-
Install Visual Studio 2017 (15.9 or later) with the ASP.NET and web development workload selected.
-
Install the latest Blazor Language Services extension from the Visual Studio Marketplace.
-
Or Install the Blazor templates on the command-line:
dotnet new -i Microsoft.AspNetCore.Blazor.Templates
You can find getting started instructions, docs, and tutorials for Blazor at https://blazor.net.
- Clone this repo.
- Open
src\BlazorSushi.sln
in Visual Studio. - Run the application