Starter & demo sites

Relatude ships with a number of demo & starter sites that you can download and get the full source code for. This can be used as an important learning tool, or they can be used as starting points for your projects.

Relatude MVC starter site

This is a 

Where to get: This is part of the relatude.templates Nuget template package. 

How to install: 

  1. Install relatude.templates package: dotnet new --install relatude.demos
  2. Install using:
    1. Visual Studio: "Create new project". Search for "relatude", and select the "Relatude MVC starter site"
    2. .Net CLI: type in "dotnet new relatude.mvc" in a terminal.

 

Explore Norway demo site

This is a 

Where to get: This is part of the relatude.demos Nuget template package. 

How to install: 

  1. Install relatude.demos package: dotnet new --install relatude.demos
  2. Install using:
    1. Visual Studio: "Create new project". Search for "relatude", and select the "Relatude Explore Norway demosite"
    2. .Net CLI: type in "dotnet new relatude.demo.explorenorway" in a terminal.

 

Fishing Shop E-commerce demo site

This is a simple E-commerce site that shows you how to can create a simple webshop.

Where to get: This is part of the relatude.demos Nuget template package. 

How to install: 

  1. Install relatude.demos package: dotnet new --install relatude.demos
  2. Install using:
    1. Visual Studio: "Create new project". Search for "relatude", and select the "Relatude FishingShop demosite"
    2. .Net CLI: type in "dotnet new relatude.demo.fishingshop" in a terminal.

 

Simple Company demo site

This is a simple company website.

Where to get: This is part of the relatude.demos Nuget template package. 

How to install: 

  1. Install relatude.demos package: dotnet new --install relatude.demos
  2. Install using:
    1. Visual Studio: "Create new project". Search for "relatude", and select the "Relatude SimpleCompany demosite"
    2. .Net CLI: type in "dotnet new relatude.demo.simplecompany" in a terminal.