A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.umbraco.com/umbraco-cms/tutorials/starter-kit/install-the-starter-kit below:

Install the Starter Kit | Umbraco CMS

Install the Starter Kit | Umbraco CMS
  1. Tutorials
  2. The Starter Kit
Install the Starter Kit

Installing the Starter Kit provides a pre-built set of templates, content types, and demo content to explore or kickstart your Umbraco project.

You’ll have the Umbraco Starter Kit installed in your local project, ready to explore in the backoffice. This setup adds example content and templates, perfect for learning or quick prototyping.

You can install the Starter Kit in two ways, depending on your preference:

Option 1: Install via .NET CLI

To install the Starter Kit via the .Net CLI, follow these steps:

  1. Open a terminal in your Umbraco project folder.

  2. Run the following command to add the Starter Kit package:

dotnet add package Umbraco.TheStarterKit
  1. Go to https://localhost:xxxx/ to view the Starter Kit content.

Option 2: Install via Visual Studio

To install the starter Kit via Visual Studio, follow these steps:

  1. Open your Umbraco project in Visual Studio.

  2. Go to Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution....

  3. Browse for Umbraco.TheStarterKit.

  4. Select the appropriate version from the Version drop-down depending on the Umbraco version you are using.

  5. Open the .csproj file to make sure the package reference is added:

<ItemGroup>
<PackageReference Include="Umbraco.TheStarterKit" Version="xx.x.x" />
</ItemGroup>

You now have a fully functional Umbraco site with demo content, templates, and structure to explore. Use this setup as the foundation for the upcoming lessons in this Starter Kit tutorial.

Back to Lessons

Last updated 2 months ago


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4