https://github.com/ganatan/angular-react-routing
Angular 20 & React 18 Examples Routing
https://github.com/ganatan/angular-react-routing
angular angular16 angular17 angular18 angular19 angular20 eslint nested-routes react react-router-dom react-router-dom-v6 react-router-v6 react18 router routing
Last synced: 17 days ago
JSON representation
Angular 20 & React 18 Examples Routing
- Host: GitHub
- URL: https://github.com/ganatan/angular-react-routing
- Owner: ganatan
- Created: 2018-11-26T13:59:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-06-05T16:21:35.000Z (5 months ago)
- Last Synced: 2025-10-10T20:42:20.945Z (17 days ago)
- Topics: angular, angular16, angular17, angular18, angular19, angular20, eslint, nested-routes, react, react-router-dom, react-router-dom-v6, react-router-v6, react18, router, routing
- Language: TypeScript
- Homepage:
- Size: 6.43 MB
- Stars: 47
- Watchers: 1
- Forks: 17
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular 20 & React 18 Examples Routing
it's part of a repo series designed
to create a **Web Application with Angular 20**
* Featuring [**Angular 20.0.1**](https://github.com/angular/angular/releases) & [**Angular CLI 20.0.1**](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 Live Demo](#angular-live-demo)
Here is a working live demo : https://angular.ganatan.com
# [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-routing.git
# download the example or clone the repo from gitlab
git clone https://gitlab.com/ganatan/angular-react-routing.git
# change directory
cd angular-react-routing
cd frontend-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-routing.git
# download the example or clone the repo from gitlab
git clone https://gitlab.com/ganatan/angular-react-routing.git
# change directory
cd angular-react-routing
cd frontend-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 Tutorial](#angular-quick-start)
Here is a step by step Tutorial : https://www.ganatan.com/tutorials/routing-with-angular
# [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)
* Author : danny
## [English Tutorials](#english-tutorials)
- Installation - https://www.ganatan.com/tutorials/routing-with-angular
- step-by-step Tutorials - https://www.ganatan.com/tutorials/en
## [Tutoriels en français](#french-tutorials)
- Installation - https://www.ganatan.com/tutorials/routing-avec-angular
- Tutoriels Etape par étape - https://www.ganatan.com/tutorials