Rockwind is an example Web App combining mult-layout Rockstars website + data-driven Nortwhind Browser
Run as a Desktop App (Windows only):
$ dotnet tool install -g app
$ app install rockwind
$ cd rockwind && app
Run as a .NET Core Web App (Windows, macOS, Linux):
$ dotnet tool install -g web
$ web install rockwind
$ cd rockwind && web
Requires .NET Core 2.1.
See templates.servicestack.net/docs/web-apps to learn about ServiceStack .NET Core 2.1 Web Apps.