Sample for Protobuf with asp.net core with Angular
- Run commands dotnet restore and npm install to restore packages.
- Run ModelGen.bat which generates Classes(Generated classes are already in the source. If updated need to run it.)
- Run commands dotnet run for webapi and npm start for angular project.