Skip to content

Clean Starter Kit For Umbraco 13 and Above

License

Notifications You must be signed in to change notification settings

rewdboy/Clean-Starterkit-umbraco-

 
 

Repository files navigation

Clean Starter Kit for Umbraco 13

If you want the older versions you need to go to the ones lower than version 4.0.0

Latest Release Details:

  • Made it specifically for .NET 8 and above and Umbraco 13 and above
  • Removed dependency on Contentment

To try it out on Windows, Mac or Linux, make sure you have downloaded the latest .Net 8 SDK and then run this block of commands in a folder somewhere.

# Ensure we have the latest Umbraco templates
dotnet new -i Umbraco.Templates

# Create solution/project
dotnet new sln --name "MySolution"
dotnet new umbraco -n "MyProject" --friendly-name "Administrator" --email "admin@example.com" --password "1234567890" --development-database-type SQLite
dotnet sln add "MyProject"

#Add starter kit
dotnet add "MyProject" package clean

dotnet run --project "MyProject"
#Running
⚡ If you're looking for Clean for Umbraco V9-12, see Clean Starter Kit!

About

Clean Starter Kit For Umbraco 13 and Above

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 76.8%
  • C# 14.4%
  • HTML 8.5%
  • JavaScript 0.3%