Headless Template
Getting started with the Standalone template.
Setup
# Generate the project
dotnet new uc-headless --name "<ProjectName>"
# Step into the new project folder
cd "ProjectName"
# Up the docker instances for SQL and Elasticsearch
docker compose -f docker/docker-compose.yml up -d
# Run the project
dotnet watch runTemplate options
Attribute
Example Value
Description
Required
Related Articles
HeadlessLast updated