joshberry / dotnetcore-angular-ssr

Starting point for spa application using ASP.NET Core and Angular 7 with server side rendering enabled
https://dotnetcore-angular-universal.azurewebsites.net
41 stars 10 forks source link

The goal of this project was to create and configure a minimal spa setup with the following attributes:

The project was created in 3 steps. See the commit history for specific file changes.

  1. Create a base ASP.NET Core web application

    dotnet new web
  2. Create a base client app using Angular CLI

    ng new ClientApp
  3. Configure ASP.NET to host client app and perform server side prerendering. See commit https://github.com/joshberry/dotnetcore-angular-ssr/commit/952f37cfde11c8fa80e36d6982887133e6c3fd55.