An open API service indexing awesome lists of open source software.

https://github.com/bugmaker-237/asp.netcoreangular7

This is a starter project for Angular 7 and ASP.NET Core
https://github.com/bugmaker-237/asp.netcoreangular7

angular angular7 asp-net-core c-sharp net-core-2-1

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)

# ASP.NETCoreAngular7

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

This project is inspired by [@asadsahi's](https://github.com/asadsahi/) work [AspNetCoreSpa](https://github.com/bugMaker-237/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](https://www.microsoft.com/net/core#windows)
2. Either [VSCode](https://code.visualstudio.com/) with [C#](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp) extension OR [Visual studio 2017](https://www.visualstudio.com/)
3. [Nodejs](https://nodejs.org/en/)

**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](https://code.visualstudio.com/) or [Visual Studio IDE](https://www.visualstudio.com/)
OR
$cd .\MPWebClient\
$dotnet run