Skip to content

thild/SitecoreBlazor

 
 

Repository files navigation

Time travel into the future - BLAZOR + SITECORE

Build Status

Let’s get going, we are gone hack this 3.5 inch floppy disc to the year 2005

For those still wondering what BLAZOR is, check out the Introduction to Blazor, from Microsoft

Want to find out more about blazor? Check out this great site, AWESOME BLAZOR - A collection of awesome Blazor resources.

This repo allows you to run Sitecore app's client-side. We are also following the HELIX concept, the clean way.

Demo/live: https://visionsblazor.z16.web.core.windows.net

Setup BLAZOR

To get started with Blazor and build your first Blazor web app check out Blazor's getting started guide.

Setup solution

Clone or fork this repo, build it and be happy 🙂

UPDATE! Application can now run Server-side, Client-side or as an Electron app

To run server-side:

Set SitecoreBlazorHosted.Server as StartUp project.

Select BlazorServer in Solution Configurations.

And run...

To run client-side:

Set SitecoreBlazorHosted.Client as StartUp project.

Select BlazorClient in Solution Configurations.

And run...

To run Electron App:

Set SitecoreBlazorHosted.Electron as StartUp project.

Select BlazorElectron in Solution Configurations.

And run...

Blog posts

Make it all dynamic in BLAZOR – Routing, Pages and Components

Time travel into the future – BLAZOR + SITECORE + HELIX

Server-side is dead, long live client-side! BLAZOR + Sitecore = a match made in heaven

Releases

No releases published

Packages

No packages published

Languages

  • CSS 75.8%
  • C# 18.5%
  • HTML 4.0%
  • JavaScript 1.3%
  • TypeScript 0.4%