{"id":24288048,"url":"https://github.com/spongessuck/angular-universal-dotnet-starter","last_synced_at":"2026-04-07T20:31:18.841Z","repository":{"id":87303921,"uuid":"81403968","full_name":"spongessuck/Angular-Universal-Dotnet-Starter","owner":"spongessuck","description":"Angular 2 app seed using the Universal CLI and .NET Core for server-side rendering.","archived":false,"fork":false,"pushed_at":"2017-02-09T20:10:41.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-07T00:14:50.741Z","etag":null,"topics":["angular","dotnet-core","server-side-rendering"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spongessuck.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-09T03:18:49.000Z","updated_at":"2017-07-06T10:06:00.000Z","dependencies_parsed_at":"2023-07-12T15:45:36.782Z","dependency_job_id":null,"html_url":"https://github.com/spongessuck/Angular-Universal-Dotnet-Starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/spongessuck/Angular-Universal-Dotnet-Starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spongessuck%2FAngular-Universal-Dotnet-Starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spongessuck%2FAngular-Universal-Dotnet-Starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spongessuck%2FAngular-Universal-Dotnet-Starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spongessuck%2FAngular-Universal-Dotnet-Starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spongessuck","download_url":"https://codeload.github.com/spongessuck/Angular-Universal-Dotnet-Starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spongessuck%2FAngular-Universal-Dotnet-Starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31528262,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","dotnet-core","server-side-rendering"],"created_at":"2025-01-16T09:37:19.630Z","updated_at":"2026-04-07T20:31:18.817Z","avatar_url":"https://github.com/spongessuck.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular-Universal-Dotnet-Starter\n\nThis project was generated with [universal-cli](https://github.com/devCrossNet/universal-cli) version 1.0.0-alpha.universal.3.\n\nThis implementation replaces the default Express-based server-side rendering solution with one using the .NET Core runtime. While the pre-rendering application can be run on its own, it has been configured to be hosted via a reverse-proxy between IIS and its Kestrel server. Refer to [this page](https://docs.microsoft.com/en-us/aspnet/core/publishing/iis) for more information about publishing .NET Core apps to IIS.\n\n## Setup\n\n0. Install the [.NET Core SDK](https://www.microsoft.com/net/core).\n0. Install the [Angular Universal CLI](https://github.com/devCrossNet/universal-cli).\n0. Clone this repo.\n0. `cd` into the project directory.\n0. Run `npm install`.\n0. Run `dotnet restore`.\n\n## Development server\nRun `ung serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.\n\n## Code scaffolding\n\nRun `ung generate component component-name` to generate a new component. You can also use `ung generate directive/pipe/service/class`.\n\n## Build\n\nRun `ung build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.\n\n## Running unit tests\n\nRun `ung test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n\n## Running end-to-end tests\n\nRun `ung e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).\nBefore running the tests make sure you are serving the app via `ung serve`.\n\n## Deploying to IIS\n\n0. [Configure IIS to run .NET Core apps](https://docs.microsoft.com/en-us/aspnet/core/publishing/iis).\n0. Using IIS, set up a new website, or add a directory to an existing website, and configure it as an application using the application pool set up in step 0.\n0. Run `npm run build` to build the Angular app and publish the prerendering application. If you're app will sit in a subfolder on your site, use the `--bh` flag to set the base URL tag in your `index.html` file (i.e. `--bh /subfolder/`)\n0. Copy the contents of `dist` to your IIS server.\n0. Run `npm install --production` in the application folder.\n\n## Further help\n\nTo get more help on the `universal-cli` use `ung --help` or go check out the [Universal-CLI README](https://github.com/devCrossNet/universal-cli/blob/master/README.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspongessuck%2Fangular-universal-dotnet-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspongessuck%2Fangular-universal-dotnet-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspongessuck%2Fangular-universal-dotnet-starter/lists"}