https://github.com/ganatan/angular-react-seo
Angular 19 & React 18 Examples SEO (Search engine optimization)
https://github.com/ganatan/angular-react-seo
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
Last synced: 7 months ago
JSON representation
Angular 19 & React 18 Examples SEO (Search engine optimization)
- Host: GitHub
- URL: https://github.com/ganatan/angular-react-seo
- Owner: ganatan
- Created: 2018-07-24T14:37:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-15T09:14:05.000Z (8 months ago)
- Last Synced: 2025-03-30T08:08:34.243Z (7 months ago)
- 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
- Language: JavaScript
- Homepage: http://angular.ganatan.com
- Size: 30.8 MB
- Stars: 74
- Watchers: 4
- Forks: 29
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-awesome-angular - Angular React SEO - Angular & React Examples SEO (Search engine optimization). (Development Utilities / SEO)
- awesome-angular - Angular React SEO - Angular & React Examples SEO (Search engine optimization). (Development Utilities / SEO)
- fucking-awesome-angular - angular-react-seo - Angular 17 & React 18 Examples SEO (Search engine optimization). (Table of contents / Angular)
README
# Angular 19 & React 18 Examples Seo
it's part of a repo series designed
to create a **Web Application with Angular 19**
* Featuring [**Angular 19.2.2**](https://github.com/angular/angular/releases) & [**Angular CLI 19.2.3**](https://github.com/angular/angular-cli/releases/)
* 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)
to create a **Web Application with React 18**
* Featuring [**React 18.3.1**](https://github.com/facebook/react/releases) & [**Create-react-app 5.0.1**](https://github.com/facebook/create-react-app/releases)
# [Angular Quick start](#angular-quick-start)
```bash
# choose a repo
# download the example or clone the repo from github
git clone https://github.com/ganatan/angular-react-seo.git
# download the example or clone the repo from gitlab
git clone https://gitlab.com/ganatan/angular-react-seo.git
# change directory
cd angular-react-seo
cd angular
# install the repo with npm
npm install
# start the server
npm start
```
in your browser go to [http://localhost:4200](http://localhost:4200)
# [React Quick start](#react-quick-start)
```bash
# choose a repo
# download the example or clone the repo from github
git clone https://github.com/ganatan/angular-react-seo.git
# download the example or clone the repo from gitlab
git clone https://gitlab.com/ganatan/angular-react-seo.git
# change directory
cd angular-react-seo
cd react
# install the repo with npm
npm install
# start the server
npm start
```
in your browser go to [http://localhost:3000](http://localhost:3000)
# [Angular Getting started](#angular-getting-started)
## Installation
* `npm install` (installing dependencies)
* `npm outdated` (verifying dependencies)
## Development
* `npm run start`
* in your browser go to [http://localhost:4200](http://localhost:4200)
## Production
* `npm run build`
## Linter
* `npm run lint`
## Tests
* `npm run test`
* `npm run coverage`
# [React Getting started](#react-getting-started)
## Installation
* `npm install` (installing dependencies)
* `npm outdated` (verifying dependencies)
## Development
* `npm run start`
* in your browser go to [http://localhost:3000](http://localhost:3000)
## Production
* `npm run build`
## Linter
* `npm run lint`
## Tests
* `npm run test`
* `npm run coverage`
### Author
* Author : danny
### Documentation
English Tutorials
- Installation - https://www.ganatan.com/tutorials/search-engine-optimization-with-angular
- Tutorials Step-by-Step - https://www.ganatan.com/tutorials/en
Tutoriels en français
- Installation - https://www.ganatan.com/tutorials/search-engine-optimization-avec-angular
- Tutoriels Etape par étape - https://www.ganatan.com/tutorials