Skip to content

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".

Notifications You must be signed in to change notification settings

tuppers360/vega-1

 
 

Repository files navigation

vega

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".

To run the project:

$ npm install
$ dotnet restore
$ webpack --config webpack.config.vendor.js
$ webpack 
$ dotnet watch run 

About

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".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 53.1%
  • TypeScript 25.6%
  • HTML 12.3%
  • JavaScript 7.4%
  • CSS 1.6%