An open API service indexing awesome lists of open source software.

https://github.com/sketch7/dotnet-ngx-sample

.NET Angular skeleton - based on .NET official Template - Angular 9.x + netcore 3 :rocket:
https://github.com/sketch7/dotnet-ngx-sample

angular angular8 angular9 aspnetcore dotnet ivy netcore3 ngx sample template

Last synced: 2 months ago
JSON representation

.NET Angular skeleton - based on .NET official Template - Angular 9.x + netcore 3 :rocket:

Awesome Lists containing this project

README

          

# 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*