{"id":27935324,"url":"https://github.com/spitfiresatya/angular-6-starter","last_synced_at":"2026-05-07T15:40:00.931Z","repository":{"id":89931645,"uuid":"145278707","full_name":"SpitfireSatya/Angular-6-Starter","owner":"SpitfireSatya","description":"Angular 6 starter project which includes an all-in-one code quality report (build analysis, tslint, accessibility, jscpd, unit test coverage), along with implementation of HMR, Jest, AoT, and a sample lazy loded module.","archived":false,"fork":false,"pushed_at":"2018-08-30T08:37:28.000Z","size":774,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T06:15:47.928Z","etag":null,"topics":["accessibility","angular","angular6","aot","hmr","jest","jscpd","karma","lazy-loading","tslint"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/SpitfireSatya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null}},"created_at":"2018-08-19T06:22:49.000Z","updated_at":"2018-08-30T08:37:29.000Z","dependencies_parsed_at":"2023-05-30T14:15:32.185Z","dependency_job_id":null,"html_url":"https://github.com/SpitfireSatya/Angular-6-Starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SpitfireSatya/Angular-6-Starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpitfireSatya%2FAngular-6-Starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpitfireSatya%2FAngular-6-Starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpitfireSatya%2FAngular-6-Starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpitfireSatya%2FAngular-6-Starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SpitfireSatya","download_url":"https://codeload.github.com/SpitfireSatya/Angular-6-Starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpitfireSatya%2FAngular-6-Starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278770994,"owners_count":26042895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"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":["accessibility","angular","angular6","aot","hmr","jest","jscpd","karma","lazy-loading","tslint"],"created_at":"2025-05-07T06:15:45.851Z","updated_at":"2025-10-07T12:06:18.350Z","avatar_url":"https://github.com/SpitfireSatya.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular-6-Starter with code quality reports\n\nThis is a customized Angular 6 project starter with which includes the following features:\n* Hot module Replacement\n* Ahead-of-Time Compilation\n* Lazy Loading\n* Webpack Bundle Analyzer\n* TSLint Html report\n* Accessibility Html report\n* Code Duplicity Html report (with git integration)\n* Unit test with Jest as well as Karma\n* A custimized integrated dashboard of above mentioned reports\n\nThis project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.1.0.\n\n## Development server\n\nRun `npm run start` for a dev server(with AoT). Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.\n\nRun `npm run hmr` for a dev server(with AoT and HMR). Navigate to `http://localhost:4200/`. Hot Module Reload is the ability of the application to update itself when the source code is changed — without full page reload.\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` to build the project. The build artifacts will be stored in the `dist/` directory.  \nRun `npm run build:prod` to build the project for production(AoT and build optimizer enabled).  \n\n## Running unit tests\n\nRun `npm run test` to execute the unit tests via [Karma](https://karma-runner.github.io).  \nRun `npm run jest` to execute the unit tests via [Jest](https://github.com/facebook/jest).  \n\n\n## Running end-to-end tests\n\nRun `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).\n\n## Code Quality Reports\n\nRun `npm run build:html` to generate a static webpack bundle analyzer report.  \nReport location: `reports/build`  \n\nRun `npm run lint:html` to generate a json and html lint report.  \nReport location: `reports/tslint-html-report`  \n  \nRun `npm run jscpd:html` to generate a json and html duplicity report.  \nReport location: `reports/code-duplicity`  \n  \nRun `npm run accessibility:html` to generate a json and html accessibility report.  \nReport location: `reports/accessibility`  \n  \nRun `npm run test` or `npm run jest` to generate unit test coverage report.  \nReport location: `reports/coverage` or `reports/jest` \n   \n  \nRun `npm run compliance` to execute all quality reports and create a dashboard.  \nReport Location: `reports/compliance`  \n  \n## Lazy Loading\nThe stater contains a sample lazy loaded module with a component showing the compliance script in action.  \nRun `npm run start`, navigate to `http://localhost:4200` and click on Lazy loaded in navbar to see it in action.\n  \n## Further help\n\nTo get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspitfiresatya%2Fangular-6-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspitfiresatya%2Fangular-6-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspitfiresatya%2Fangular-6-starter/lists"}