{"id":18668732,"url":"https://github.com/rinminase/ng-slim-template","last_synced_at":"2026-04-13T00:43:08.403Z","repository":{"id":39079866,"uuid":"275493170","full_name":"RinMinase/ng-slim-template","owner":"RinMinase","description":"📦✨ A lightweight Angular 10 template, stripped by unnecessary addons","archived":false,"fork":false,"pushed_at":"2023-01-07T04:47:20.000Z","size":3013,"stargazers_count":0,"open_issues_count":13,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-13T00:43:04.916Z","etag":null,"topics":["angular","scss","template","typescript","webpack"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":false,"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/RinMinase.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}},"created_at":"2020-06-28T02:45:11.000Z","updated_at":"2021-10-01T06:40:05.000Z","dependencies_parsed_at":"2023-02-06T12:16:54.014Z","dependency_job_id":null,"html_url":"https://github.com/RinMinase/ng-slim-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/RinMinase/ng-slim-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinMinase%2Fng-slim-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinMinase%2Fng-slim-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinMinase%2Fng-slim-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinMinase%2Fng-slim-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RinMinase","download_url":"https://codeload.github.com/RinMinase/ng-slim-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinMinase%2Fng-slim-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31735541,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T22:19:12.206Z","status":"ssl_error","status_checked_at":"2026-04-12T22:18:33.088Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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","scss","template","typescript","webpack"],"created_at":"2024-11-07T08:44:44.076Z","updated_at":"2026-04-13T00:43:08.379Z","avatar_url":"https://github.com/RinMinase.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e Angular 12 Slim Template \u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://angular.io/\"\u003e\n        \u003cimg alt=\"Angular\" src=\"https://img.shields.io/badge/angular-%5E12-red.svg?logo=angular\u0026style=for-the-badge\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://david-dm.org/RinMinase/ng-slim-template\"\u003e\n        \u003cimg alt=\"David-DM\" src=\"https://img.shields.io/david/RinMinase/ng-slim-template?style=for-the-badge\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://david-dm.org/RinMinase/ng-slim-template\"\u003e\n        \u003cimg alt=\"David-DM\" src=\"https://img.shields.io/david/dev/RinMinase/ng-slim-template?label=dev%20dependencies\u0026style=for-the-badge\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n## Introduction\n_Add info here_\n\n## Getting Started\n\n### Running the project\nInstallations Required:\n- [Node](https://nodejs.org/en/)\n- [Yarn](https://yarnpkg.com/latest.msi)\n\n1. Clone the project and modify the ENV file based on your Firebase configuration\n\n    ```\n    git clone https://github.com/RinMinase/ng-slim-template.git ng-slim\n    cd ng-slim\n    cp .env.example .env\n    ```\n\n2. Install the dependencies then run the project\n\n    ```\n    yarn install\n    yarn start\n    ```\n\n3. Fire up your browser and go to `localhost:4200`\n\n### Building the project\nInstallations Required:\n- [Node](https://nodejs.org/en/)\n- [Yarn](https://yarnpkg.com/latest.msi)\n\n1. Fire up your terminal inside the project folder and build the project by running:\n\n    ```\n    yarn build\n    ```\n\n2. This should generate a `dist/` folder inside the project folder.\n\n### Code Scaffolding\nThis is using `yarn ng generate \u003cschematic\u003e \u003cname\u003e` command. This can be shortened to `yarn ng g \u003cschematic\u003e \u003cname\u003e`.\n\nSchematics\n- `class` - Creates a new [class](https://angular.io/api/common/NgClass)\n- `component` or `c` - Creates a new [component](https://angular.io/guide/architecture-components)\n- `directive` or `d` - Creates a new [generic directive](https://angular.io/guide/architecture-components#directives)\n- `module` or `m` - Creates a new [NgModule](https://angular.io/guide/architecture-modules)\n- `service` or `s` - Creates a new [service](https://angular.io/guide/architecture-services)\n\n## Built with\n* \u003cimg width=20 height=20 src=\"https://angular.io/assets/images/favicons/favicon.ico\"\u003e [Angular 12](https://angular.io/) - Web Framework\n* \u003cimg width=20 height=20 src=\"https://sass-lang.com/favicon.ico\"\u003e [Sassy CSS (SCSS)](https://sass-lang.com/) - CSS pre-processor\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frinminase%2Fng-slim-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frinminase%2Fng-slim-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frinminase%2Fng-slim-template/lists"}