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
- Host: GitHub
- URL: https://github.com/bugmaker-237/asp.netcoreangular7
- Owner: bugMaker-237
- Created: 2018-11-13T00:53:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-14T14:20:50.000Z (over 7 years ago)
- Last Synced: 2025-01-12T16:29:02.392Z (over 1 year ago)
- Topics: angular, angular7, asp-net-core, c-sharp, net-core-2-1
- Language: TypeScript
- Homepage:
- Size: 499 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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