Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 839 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 839 Bytes

bare-app

A basic Bootstrap + jQuery multi-page Content Website with dynamic Menu Navigation + dynamic API pages

Install

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 configured build 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.

Learn

See https://sharpscript.net/docs/sharp-apps to learn about Sharp Apps.