This is task list web app based on ASP.NET Core 2.1 and Angular 6.
.NET Core Runtime version 2.1.
https://www.microsoft.com/net/download/windows
Node.js version 8.9 or greater.
https://nodejs.org/en/
Install Angular CLI globally
'npm install -g @angular/cli'
- Run command 'dotnet run --project .\TaskList\TaskList.csproj'
- Launch http://localhost:5000
- Run 'dotnet publish --output .\publish --configuration Release'
- Change dir to '.\TaskList\publish'
- Run 'dotnet TaskList.dll'
- Launch http://localhost:5000