Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 428 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 428 Bytes

dotnet ngx sample

.NET Angular sample - based on .NET official Template

What does it have?

  • Angular 9.x
  • .NET Core 3.0
  • Docker
  • SSR bundled (no need to publish node_modules)

Getting started

  • npm i

Run fully development

  • npm start .net server + angular app

Run Angular only

  • npm run serve:app without .net server

Run docker

  • serve:docker builds everything prod mode and run