https://github.com/bugmaker-237/asp.netcoreangular7multiapp
https://github.com/bugmaker-237/asp.netcoreangular7multiapp
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bugmaker-237/asp.netcoreangular7multiapp
- Owner: bugMaker-237
- Created: 2018-11-15T10:51:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-15T10:55:16.000Z (over 7 years ago)
- Last Synced: 2025-01-12T16:29:05.680Z (over 1 year ago)
- Language: TypeScript
- Size: 497 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