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