Hacker News Clone built using Blazor (0.3.0).
Live site here : http://blazorhackernews.surge.sh/
Blazor Hacker News Clone is built with Blazor 0.7.0. You will need to first make sure you have Blazor 0.7.0 is installed. Follow below instructions to set up 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 extension from the Visual Studio Marketplace.
- On command line, Install the Blazor templates with below command
dotnet new -i Microsoft.AspNetCore.Blazor.Templates
- Clone this repo
- Open src/BlazorHackerNewsClone.sln
- Run the application