Skip to content

Commit a543ef1

Browse files
committed
Update README
1 parent eed46ea commit a543ef1

File tree

1 file changed

+24
-5
lines changed

1 file changed

+24
-5
lines changed

README.md

+24-5
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ it's part of a repo series designed to create a **Web Application with React 18*
2727
</tr>
2828
</table>
2929

30-
# [Live Demo](#angular-live-demo)
30+
# [Angular Live Demo](#angular-live-demo)
3131
Here is a working live demo : https://angular.ganatan.com
3232

3333
<p align="center">
@@ -41,7 +41,7 @@ Here is a working live demo : https://angular.ganatan.com
4141

4242

4343

44-
# [Quick start](#angular-quick-start)
44+
# [Angular Quick start](#angular-quick-start)
4545

4646
```bash
4747
# choose a repo
@@ -65,7 +65,7 @@ npm start
6565
in your browser go to [http://localhost:4200](http://localhost:4200)
6666

6767

68-
# [Quick start](#react-quick-start)
68+
# [React Quick start](#react-quick-start)
6969

7070
```bash
7171
# choose a repo
@@ -90,7 +90,7 @@ in your browser go to [http://localhost:3000](http://localhost:3000)
9090

9191

9292

93-
# [Tutorial](#angular-quick-start)
93+
# [Angular Tutorial](#angular-quick-start)
9494

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

@@ -100,7 +100,7 @@ Here is a step by step Tutorial : https://www.ganatan.com/tutorials/routing-wit
100100
</a>
101101
</p>
102102

103-
# [Getting started](#angular-getting-started)
103+
# [Angular Getting started](#angular-getting-started)
104104

105105

106106
## Installation
@@ -117,6 +117,25 @@ Here is a step by step Tutorial : https://www.ganatan.com/tutorials/routing-wit
117117
## Tests
118118
* `npm run test`
119119

120+
121+
122+
# [React Getting started](#react-getting-started)
123+
124+
125+
## Installation
126+
* `npm install` (installing dependencies)
127+
* `npm outdated` (verifying dependencies)
128+
129+
## Development
130+
* `npm run start`
131+
* in your browser go to [http://localhost:3000](http://localhost:3000)
132+
133+
## Production
134+
* `npm run build`
135+
136+
## Tests
137+
* `npm run test`
138+
120139
# [Author](#author)
121140
* Author : danny
122141

0 commit comments

Comments
 (0)