ASP NET Core API with SPA middleware for Angular 7 APP, i choose the SPA Middleware for simplicity.
To get started clone or download the repo and run MasGlobal.Employees.API in visual studio 2017+, the first time you run the solution, it could be slow becouse it have to download the required node modules for angular app.
- .Net Core 2.2.107 (compatible with visual studio 2017), Get .Net Core SDK
- Node js 8+, Get NodeJS
- Angular CLI 7+, to install run
npm install @angular/cli
- Add better exception handling in server and client