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:
- Host: GitHub
- URL: https://github.com/sketch7/dotnet-ngx-sample
- Owner: sketch7
- Created: 2019-02-22T20:03:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T12:38:21.000Z (over 2 years ago)
- Last Synced: 2023-08-14T13:22:27.644Z (about 2 years ago)
- Topics: angular, angular8, angular9, aspnetcore, dotnet, ivy, netcore3, ngx, sample, template
- Language: C#
- Homepage:
- Size: 1.78 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
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*