Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (21 loc) · 398 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 398 Bytes

ASP.NET Core, Aurelia, Toolbelt

Create an ASP.NET Core project using Aurelia and its Toolbelt

Install the template by running:

  dotnet new --install AureliaToobelt.AspNetCore::1.2.0

then simply run:

  dotnet new aut

Bear in mid to restore required packages:

  dotnet restore  
  yarn install

Run the project:

  dotnet run