Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 834 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 834 Bytes

This project has moved to


bare

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

Install

Run as a Desktop App (Windows only):

$ dotnet tool install -g app

$ app install bare
$ cd bare && app

Run as a .NET Core Web App (Windows, macOS, Linux):

$ dotnet tool install -g web

$ web install bare
$ cd bare && web

Requires .NET Core 2.1.

Learn

See templates.servicestack.net/docs/web-apps to learn about ServiceStack .NET Core 2.1 Web Apps.