{"id":13807610,"url":"https://github.com/ganatan/angular-react-seo","last_synced_at":"2025-04-06T09:08:40.412Z","repository":{"id":41082012,"uuid":"142171309","full_name":"ganatan/angular-react-seo","owner":"ganatan","description":"Angular 19 \u0026 React 18 Examples SEO (Search engine optimization)","archived":false,"fork":false,"pushed_at":"2025-03-15T09:14:05.000Z","size":32333,"stargazers_count":74,"open_issues_count":11,"forks_count":29,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-30T08:08:34.243Z","etag":null,"topics":["angular","angular-cli","angular14","angular16","angular17","angular18","angular19","bootstrap5","example-app","lazy-loading","pwa","react-helmet","react-helmet-async","react18","routing","search-engine-optimization","server-side-rendering-angular","ssr"],"latest_commit_sha":null,"homepage":"http://angular.ganatan.com","language":"JavaScript","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/ganatan.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":"2018-07-24T14:37:10.000Z","updated_at":"2025-03-15T09:14:08.000Z","dependencies_parsed_at":"2025-01-13T16:10:57.945Z","dependency_job_id":"11307192-27f7-41ef-881a-efe7932383fc","html_url":"https://github.com/ganatan/angular-react-seo","commit_stats":{"total_commits":243,"total_committers":5,"mean_commits":48.6,"dds":0.4526748971193416,"last_synced_commit":"62915fadeda3152fabdfbbbcc807796c44eb316e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ganatan%2Fangular-react-seo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ganatan%2Fangular-react-seo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ganatan%2Fangular-react-seo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ganatan%2Fangular-react-seo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ganatan","download_url":"https://codeload.github.com/ganatan/angular-react-seo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247457802,"owners_count":20941906,"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":["angular","angular-cli","angular14","angular16","angular17","angular18","angular19","bootstrap5","example-app","lazy-loading","pwa","react-helmet","react-helmet-async","react18","routing","search-engine-optimization","server-side-rendering-angular","ssr"],"created_at":"2024-08-04T01:01:27.553Z","updated_at":"2025-04-06T09:08:40.394Z","avatar_url":"https://github.com/ganatan.png","language":"JavaScript","readme":"# Angular 19 \u0026 React 18 Examples Seo\n\n\u003ctable\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n  \u003ca href=\"https://www.ganatan.com/en\"\u003e\n    \u003cimg src=\"./img/ganatan-about-github.png\" align=\"right\"\n    alt=\"Ganatan Angular Example routing\" width=\"140\" height=\"140\"\u003e\n  \u003c/a\u003e\n\nit's part of a repo series designed \n\nto create a **Web Application with Angular 19**\n\n* Featuring [**Angular 19.2.2**](https://github.com/angular/angular/releases) \u0026 [**Angular CLI 19.2.3**](https://github.com/angular/angular-cli/releases/)\n\n\n* See the [**Live demo**](#angular-live-demo), Test the repo with [**Quick start**](#angular-quick-start) and for more information Read the step by step [**Tutorial**](#angular-tutorial) or read the [**Getting started**](#angular-getting-started)\n\n\nto create a **Web Application with React 18**\n\n\n* Featuring [**React 18.3.1**](https://github.com/facebook/react/releases) \u0026 [**Create-react-app 5.0.1**](https://github.com/facebook/create-react-app/releases)\n\n\n\n# [Angular Quick start](#angular-quick-start)\n\n```bash\n# choose a repo\n# download the example or clone the repo from github\ngit clone https://github.com/ganatan/angular-react-seo.git\n\n# download the example or clone the repo from gitlab\ngit clone https://gitlab.com/ganatan/angular-react-seo.git\n\n# change directory\ncd angular-react-seo\ncd angular\n\n# install the repo with npm\nnpm install\n\n# start the server\nnpm start\n\n```\nin your browser go to [http://localhost:4200](http://localhost:4200) \n\n\n# [React Quick start](#react-quick-start)\n\n```bash\n# choose a repo\n# download the example or clone the repo from github\ngit clone https://github.com/ganatan/angular-react-seo.git\n\n# download the example or clone the repo from gitlab\ngit clone https://gitlab.com/ganatan/angular-react-seo.git\n\n# change directory\ncd angular-react-seo\ncd react\n\n# install the repo with npm\nnpm install\n\n# start the server\nnpm start\n\n```\nin your browser go to [http://localhost:3000](http://localhost:3000) \n\n\n# [Angular Getting started](#angular-getting-started)\n\n\n## Installation\n* `npm install` (installing dependencies)\n* `npm outdated` (verifying dependencies)\n\n## Development\n* `npm run start`\n* in your browser go to [http://localhost:4200](http://localhost:4200) \n\n## Production \n* `npm run build`\n\n## Linter\n* `npm run lint`\n\n## Tests\n* `npm run test`\n* `npm run coverage`\n\n\n\n# [React Getting started](#react-getting-started)\n\n\n## Installation\n* `npm install` (installing dependencies)\n* `npm outdated` (verifying dependencies)\n\n## Development\n* `npm run start`\n* in your browser go to [http://localhost:3000](http://localhost:3000) \n\n## Production \n* `npm run build`\n\n## Linter\n* `npm run lint`\n\n## Tests\n* `npm run test`\n* `npm run coverage`\n\n\n\n\n### Author\n* Author  : danny\n\n### Documentation\n\nEnglish Tutorials\n- Installation - https://www.ganatan.com/tutorials/search-engine-optimization-with-angular\n- Tutorials Step-by-Step - https://www.ganatan.com/tutorials/en\n\nTutoriels en français\n- Installation - https://www.ganatan.com/tutorials/search-engine-optimization-avec-angular\n- Tutoriels Etape par étape - https://www.ganatan.com/tutorials\n","funding_links":[],"categories":["Development Utilities"],"sub_categories":["SEO"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fganatan%2Fangular-react-seo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fganatan%2Fangular-react-seo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fganatan%2Fangular-react-seo/lists"}