{"id":13807838,"url":"https://github.com/svierk/angular-starter-kit","last_synced_at":"2026-03-10T05:03:57.453Z","repository":{"id":42719144,"uuid":"446904849","full_name":"svierk/angular-starter-kit","owner":"svierk","description":"🚀 Angular project template with Prettier, Linter, Git-Hooks and VS Code settings","archived":false,"fork":false,"pushed_at":"2026-02-28T16:49:37.000Z","size":1875,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-28T19:41:31.424Z","etag":null,"topics":["angular","boilerplate","git-hooks","husky","jasmine","linter","prettier","template-project","typescript","vscode-settings"],"latest_commit_sha":null,"homepage":"https://angular-starter-kit.vercel.app","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/svierk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["svierk"]}},"created_at":"2022-01-11T16:47:50.000Z","updated_at":"2026-02-28T16:48:22.000Z","dependencies_parsed_at":"2023-09-24T01:38:33.632Z","dependency_job_id":"61e59d04-d131-4d5c-bc1d-23feef501d57","html_url":"https://github.com/svierk/angular-starter-kit","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/svierk/angular-starter-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svierk%2Fangular-starter-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svierk%2Fangular-starter-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svierk%2Fangular-starter-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svierk%2Fangular-starter-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svierk","download_url":"https://codeload.github.com/svierk/angular-starter-kit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svierk%2Fangular-starter-kit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30325603,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T01:36:58.598Z","status":"online","status_checked_at":"2026-03-10T02:00:06.579Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","boilerplate","git-hooks","husky","jasmine","linter","prettier","template-project","typescript","vscode-settings"],"created_at":"2024-08-04T01:01:30.989Z","updated_at":"2026-03-10T05:03:57.432Z","avatar_url":"https://github.com/svierk.png","language":"HTML","readme":"# 🚀 Angular Starter Kit\n\n![GitHub CI](https://github.com/svierk/angular-starter-kit/actions/workflows/ci.yml/badge.svg)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=svierk_angular-starter-kit\u0026metric=alert_status)](https://sonarcloud.io/summary/new_code?id=svierk_angular-starter-kit)\n[![codecov](https://codecov.io/gh/svierk/angular-starter-kit/branch/main/graph/badge.svg?token=W0VGTTH1VJ)](https://codecov.io/gh/svierk/angular-starter-kit)\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fsvierk%2Fangular-starter-kit.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fsvierk%2Fangular-starter-kit?ref=badge_shield)\n\n![Angular](https://img.shields.io/badge/angular-%23DD0031.svg?logo=angular\u0026logoColor=white)\n![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?logo=typescript\u0026logoColor=white)\n![RxJS](https://img.shields.io/badge/rxjs-%23B7178C.svg?logo=reactivex\u0026logoColor=white)\n![Visual Studio Code](https://img.shields.io/badge/Visual%20Studio%20Code-0078d7.svg?logo=visual-studio-code\u0026logoColor=white)\n![ESLint](https://img.shields.io/badge/ESLint-4B3263?logo=eslint\u0026logoColor=white)\n![Jasmine](https://img.shields.io/badge/jasmine-%238A4182.svg?logo=jasmine\u0026logoColor=white)\n\n## About the project\n\nThe repository provides a template for Angular projects which includes an initial configuration of Prettier, Linter rules, git hooks and unit tests as well as VS Code settings.\n\nThis project was generated with the [Angular CLI](https://github.com/angular/angular-cli).\n\n## Getting started\n\nTo get the template up and runnning locally, all you need to do is open the repository with VS Code, install all the recommended extensions and run `npm install` to install all required dependencies.\n\n## Git hooks\n\nThe project includes client-side pre-commit git hooks using [husky](https://github.com/typicode/husky) and [lint-staged](https://github.com/okonet/lint-staged). After installing all project dependencies, Prettier and Linter are automatically executed before each commit.\n\n## Development server\n\nRun `npm start` or `ng 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 `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.\n\n## Build\n\nRun `npm run build` or `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.\n\n## Prettier\n\nRun `npm run prettier` to check for _Prettier_ issues and `npm run prettier:fix` to automatically fix those _Prettier_ issues.\n\n## Linter\n\nRun `npm run lint` to check for _ESLint_ issues and `npm run lint:fix` to automatically try to fix those _ESLint_ issues.\n\n## Running unit tests\n\nRun `npm run test` or `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io) in watch mode. By running `npm run test:coverage` you can execute all unit tests with code coverage.\n\n## Running end-to-end tests\n\nRun `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.\n\n## Further help\n\nTo get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.\n","funding_links":["https://github.com/sponsors/svierk"],"categories":["Site Templates"],"sub_categories":["Free Templates"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvierk%2Fangular-starter-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsvierk%2Fangular-starter-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvierk%2Fangular-starter-kit/lists"}