{"id":17028442,"url":"https://github.com/fyodorio/ng-hotrod","last_synced_at":"2025-06-26T11:35:24.686Z","repository":{"id":38426130,"uuid":"118659267","full_name":"fyodorio/ng-hotrod","owner":"fyodorio","description":"Modern starter for AngularJS + Angular Material + Vite","archived":false,"fork":false,"pushed_at":"2023-10-07T20:35:48.000Z","size":642,"stargazers_count":44,"open_issues_count":2,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T12:11:31.295Z","etag":null,"topics":["angularjs","es2015","es6","eslint","hygen","javascript","material","material-design","ng-hotrod","prettier","vite","vitejs"],"latest_commit_sha":null,"homepage":"https://ng-hotrod.netlify.app","language":"JavaScript","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/fyodorio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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-01-23T19:34:49.000Z","updated_at":"2025-01-07T22:38:41.000Z","dependencies_parsed_at":"2025-04-12T12:10:50.672Z","dependency_job_id":"26e1e706-231d-43cb-8822-772728aec983","html_url":"https://github.com/fyodorio/ng-hotrod","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/fyodorio/ng-hotrod","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fyodorio%2Fng-hotrod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fyodorio%2Fng-hotrod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fyodorio%2Fng-hotrod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fyodorio%2Fng-hotrod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fyodorio","download_url":"https://codeload.github.com/fyodorio/ng-hotrod/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fyodorio%2Fng-hotrod/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262056652,"owners_count":23251719,"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","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":["angularjs","es2015","es6","eslint","hygen","javascript","material","material-design","ng-hotrod","prettier","vite","vitejs"],"created_at":"2024-10-14T07:54:23.179Z","updated_at":"2025-06-26T11:35:24.664Z","avatar_url":"https://github.com/fyodorio.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ng-hotrod\n\n[![Semver](https://img.shields.io/github/package-json/v/fyodorio/ng-hotrod)](https://github.com/fyodorio/ng-hotrod/releases)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n[![coc-badge](https://img.shields.io/badge/codeof-conduct-ff69b4.svg?style=flat-square)](https://github.com/fyodorio/ng-hotrod/blob/master/.github/CODE_OF_CONDUCT.md)\n[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)\n[![GitHub license](https://img.shields.io/github/license/loenko/ng-hotrod.svg)](https://github.com/fyodorio/ng-hotrod/blob/master/LICENSE)\n\n### Modern starter for AngularJS + Angular Material + Vite\n\n\u003cimg src=\"https://res.cloudinary.com/fyodorio/image/upload/v1611994660/my-logos/hotrod-logo_rhkfxy.jpg\" alt=\"ng-hotrod\" width=\"480px;\" \u003e\n\n#### [Demo](https://ng-hotrod.netlify.app)\n\n#### Motivation\n\nNostalgia 👴\n\n#### Includes\n\n-   [AngularJS](https://angularjs.org/) (1.8.3) with component-based architecture\n-   [Angular Material](https://material.angularjs.org/latest/)\n-   [Sass](https://sass-lang.com/)\n-   [Vite](https://vitejs.dev/) (as modern zero-config Webpack alternative)\n-   [ESLint](https://eslint.org/)\n-   [Prettier](https://prettier.io/) for code formatting\n-   [hygen](https://www.hygen.io/) for code scaffolding\n-   [husky](https://github.com/typicode/husky) for pre-commit hooks\n\n#### Scripts\n\n-   `npm install` - install all the dependencies\n-   `npm start` - serve with hot reload at `http://127.0.0.1:5173`\n-   `npm run build` - build bundled version in `dist` folder\n-   `npm run lint` - lint code in `app` folder by ESLint with included config\n-   `npm run format` - format code with Prettier\n-   `npx hygen component new --name new-component --path relative/path/inside/of/app/folder` - generate folder with default component code files (run from root folder!)\n-   `npx hygen service new --name new-service --path relative/path/inside/of/app/folder` - generate folder with default service code files (run from root folder!)\n\n#### Contributing\n\nThank you for your interest in contributing to ng-hotrod! There are many ways to contribute to this project. Get started [here](https://github.com/loenko/ng-hotrod/blob/master/.github/CONTRIBUTING.md).\n\n#### Credits\n\nThis starter is inspired by [Angular Class' NG6 Starter](https://github.com/gdi2290/NG6-starter) and [angular-starter-es6-webpack](https://github.com/TheLarkInn/angular-starter-es6-webpack)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffyodorio%2Fng-hotrod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffyodorio%2Fng-hotrod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffyodorio%2Fng-hotrod/lists"}