Skip to content

Angular4 and a .Net Core 2.0 starter project using Angular-CLI and MsBuild

Notifications You must be signed in to change notification settings

geobarteam/core-angular-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Angular inside DotNet Core

This project provides a template when you want to build a SPA using Angular CLI for the frontend and DotNet Core Web-Api for the backend.

Start the backend under development mode:

Open a shell prompt under the root:

cd web-api
dotnet run

Start the frontend

Open a shell pompt under the root:

cd angular-app
npm install
npm start

Navigate to: http://localhost:4200/

Start everything in Release Configuration

Open a shell prompt under the root:

cd web-api
dotnet run -c Release

About

Angular4 and a .Net Core 2.0 starter project using Angular-CLI and MsBuild

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published