Browse source code, view live demo rockwind-app.web-templates.io and install with dotnet-new:
Run as a .NET Core Web App (Windows, macOS, Linux):
$ dotnet tool install -g x
$ x new LegacyTemplates/rockwind-app ProjectName
$ cd ProjectName
$ x
To run in VS Code type
Ctrl+Shift+B
to run the configuredbuild
task.
Run as a Desktop App (Windows only):
$ dotnet tool install -g x
$ app LegacyTemplates/rockwind-app ProjectName
$ cd ProjectName
$ app
Requires .NET 5.0.
The /support/northwind-data project lets you quickly try out Rockwind against your local RDBMS by populating it with a copy of the Northwind database using the same sqlserver identifier and connection string from the App, e.g:
$ dotnet run sqlserver "Server=localhost;Database=northwind;User Id=test;Password=test;"
See https://sharpscript.net/docs/sharp-apps to learn about ServiceStack Sharp Apps.