Skip to content

Commit eed46ea

Browse files
committed
Update README
1 parent bb991b2 commit eed46ea

File tree

2 files changed

+41
-8
lines changed

2 files changed

+41
-8
lines changed

README.md

+41-8
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,20 @@ it's part of a repo series designed to create a **Web Application with Angular 1
1414
* Featuring [**Angular 13.3.8**](https://github.com/angular/angular/releases) & [**Angular CLI 13.3.5**](https://github.com/angular/angular-cli/releases/)
1515

1616

17-
* See the [**Live demo**](#live-demo), Test the repo with [**Quick start**](#quick-start) and for more information Read the step by step [**Tutorial**](#tutorial) or read the [**Getting started**](#getting-started)
17+
* 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)
18+
19+
20+
it's part of a repo series designed to create a **Web Application with React 18**
21+
22+
23+
* Featuring [**React 18.1.0**](https://github.com/facebook/react/releases) & [**Create-react-app 5.0.1**](https://github.com/facebook/create-react-app/releases)
24+
1825

1926
</td>
2027
</tr>
2128
</table>
2229

23-
# [Live Demo](#live-demo)
30+
# [Live Demo](#angular-live-demo)
2431
Here is a working live demo : https://angular.ganatan.com
2532

2633
<p align="center">
@@ -34,18 +41,19 @@ Here is a working live demo : https://angular.ganatan.com
3441

3542

3643

37-
# [Quick start](#quick-start)
44+
# [Quick start](#angular-quick-start)
3845

3946
```bash
4047
# choose a repo
4148
# download the example or clone the repo from github
42-
git clone https://github.com/ganatan/angular-routing.git
49+
git clone https://github.com/ganatan/angular-react-routing.git
4350

4451
# download the example or clone the repo from gitlab
45-
git clone https://gitlab.com/ganatan/angular-routing.git
52+
git clone https://gitlab.com/ganatan/angular-react-routing.git
4653

4754
# change directory
48-
cd angular-routing
55+
cd angular-react-routing
56+
cd angular
4957

5058
# install the repo with npm
5159
npm install
@@ -57,7 +65,32 @@ npm start
5765
in your browser go to [http://localhost:4200](http://localhost:4200)
5866

5967

60-
# [Tutorial](#quick-start)
68+
# [Quick start](#react-quick-start)
69+
70+
```bash
71+
# choose a repo
72+
# download the example or clone the repo from github
73+
git clone https://github.com/ganatan/angular-react-routing.git
74+
75+
# download the example or clone the repo from gitlab
76+
git clone https://gitlab.com/ganatan/angular-react-routing.git
77+
78+
# change directory
79+
cd angular-react-routing
80+
cd react
81+
82+
# install the repo with npm
83+
npm install
84+
85+
# start the server
86+
npm start
87+
88+
```
89+
in your browser go to [http://localhost:3000](http://localhost:3000)
90+
91+
92+
93+
# [Tutorial](#angular-quick-start)
6194

6295
Here is a step by step Tutorial : https://www.ganatan.com/tutorials/routing-with-angular
6396

@@ -67,7 +100,7 @@ Here is a step by step Tutorial : https://www.ganatan.com/tutorials/routing-wit
67100
</a>
68101
</p>
69102

70-
# [Getting started](#getting-started)
103+
# [Getting started](#angular-getting-started)
71104

72105

73106
## Installation
File renamed without changes.

0 commit comments

Comments
 (0)