Create a simple skeleton with minimal components to test all the basic pieces:

  • a github repository
  • a simple webapi that loads dummy data from a Sqlite database
  • a simple angular SPA that loads data from the webapi

Github

I will use a single repository for either the Angular SPA and the c# Web API.

[Read More]