A basic Bootstrap + jQuery multi-page Content Website with dynamic Menu Navigation + dynamic API pages
Run as a .NET Core Web App (Windows, macOS, Linux):
$ dotnet tool install -g x
$ x new bare-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 app
$ app new LegacyTemplates/bare-app ProjectName
$ cd ProjectName
$ app
Requires .NET 6.0.
See https://sharpscript.net/docs/sharp-apps to learn about Sharp Apps.