A sample vehicle dealer app built with Angular 2, ASP.NET Core and Entity Framework Core. This is part of my Udemy course: "Build a Real-world App with ASP.NET Core and Angular 2".
A sample vehicle dealer app built with Angular 2, ASP.NET Core and Entity Framework Core. This is part of my Udemy course: "Build a Real-world App with ASP.NET Core and Angular 2".
$ npm install $ dotnet restore $ dotnet user-secrets set ConnectionStrings:Default "" $ webpack --config webpack.config.vendor.js $ webpack $ dotnet ef database update $ dotnet watch run