Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.18 KB

File metadata and controls

31 lines (19 loc) · 1.18 KB

MIT license

ASP.NETCoreAngular7

This is a starter project for Angular 7 and ASP.NET Core

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.

Pre-requisites

  1. .Net core sdk
  2. Either VSCode with C# extension OR Visual studio 2017
  3. Nodejs

**Make sure you have Node version >= latest LTS and NPM >= latest LTS

Installation

  1. Clone the repo: $git clone https://github.com/bugMaker-237/ASP.NETCoreAngular7
  2. Change directory: $cd ASP.NETCoreAngular7
  3. Restore packages && run .Net project: F5 from either VScode or Visual Studio IDE OR $cd .\MPWebClient
    $dotnet run