This project is inspired by @asadsahi's work AspNetCoreSpa but it is a much more simpler version. This project only provides a complete robust base structure with no additional features.
- .Net core sdk
- Either VSCode with C# extension OR Visual studio 2017
- Nodejs
**Make sure you have Node version >= latest LTS and NPM >= latest LTS
- Clone the repo: $git clone https://github.com/bugMaker-237/ASP.NETCoreAngular7
- Change directory: $cd ASP.NETCoreAngular7
- Restore packages && run .Net project:
F5 from either VScode or Visual Studio IDE
OR
$cd .\MPWebClient
$dotnet run