Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 214 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 214 Bytes

Angular8 Server Side Rendering with NET Core 2.2

To run this project use commands in sequence provided below:

  • cd .ClientApp
  • npm i
  • npm run build
  • npm run build:ssr
  • cd ...
  • dotnet build
  • dotnet run