blazor-hackernews-clone
blazor-hackernews-clone copied to clipboard
Blazor Hackernews Clone
blazor-hackernews-clone
Hacker News Clone built using Blazor (0.3.0).
Live site here : http://blazorhackernews.surge.sh/
Pre-requisites
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
Using the code
- Clone this repo
- Open src/BlazorHackerNewsClone.sln
- Run the application
Screenshots
Item Listing:
Item Details:
User Details: