Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.

Seed project for applications using ASP.NET Core and Angular2 - using Angular CLI tool.

License

Notifications You must be signed in to change notification settings

mdymel/AspNetCoreAngular2Cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog: https://devblog.dymel.pl/2016/10/25/angular2-cli-with-aspnet-core-application-tutorial/

Seed project demonstrating a setup of an application using ASP.NET Core for backend and Angular2 for frontend, using Angular CLI tool to create and manage builds.

To Debug

  1. Run command prompt, enter /src/Frontend/src directory and execute npm start. This will start webpack dev server and direct /api calls to backend application.
  2. Start Backend application from VisualStudio

To build

  1. Run npm build from command prompt in /src/Frontend/src directory. This will build the angular application and copy it to wwwroot directory in backend application
  2. Publish Backend application from VisualStudio or use the dotnet cli.

About

Seed project for applications using ASP.NET Core and Angular2 - using Angular CLI tool.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published