A simple RSS reader sample application built using Blazor V0.4.0 (https://blazor.net). Note: Blazor is a experimental tech from Microsoft
Blazor RSS Reader is hosted on Surge and the here is the link to Live Demo - https://blazorrssreader.surge.sh
To get setup with Blazor 0.7.0:
- Install the .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.
- To 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 the source code on your machine.
- Open
src\BlazorRssReader.sln
in Visual Studio. - Start hacking.