@@ -27,7 +27,7 @@ it's part of a repo series designed to create a **Web Application with React 18*
27
27
</tr >
28
28
</table >
29
29
30
- # [ Live Demo] ( #angular-live-demo )
30
+ # [ Angular Live Demo] ( #angular-live-demo )
31
31
Here is a working live demo : https://angular.ganatan.com
32
32
33
33
<p align =" center " >
@@ -41,7 +41,7 @@ Here is a working live demo : https://angular.ganatan.com
41
41
42
42
43
43
44
- # [ Quick start] ( #angular-quick-start )
44
+ # [ Angular Quick start] ( #angular-quick-start )
45
45
46
46
``` bash
47
47
# choose a repo
@@ -65,7 +65,7 @@ npm start
65
65
in your browser go to [ http://localhost:4200 ] ( http://localhost:4200 )
66
66
67
67
68
- # [ Quick start] ( #react-quick-start )
68
+ # [ React Quick start] ( #react-quick-start )
69
69
70
70
``` bash
71
71
# choose a repo
@@ -90,7 +90,7 @@ in your browser go to [http://localhost:3000](http://localhost:3000)
90
90
91
91
92
92
93
- # [ Tutorial] ( #angular-quick-start )
93
+ # [ Angular Tutorial] ( #angular-quick-start )
94
94
95
95
Here is a step by step Tutorial : https://www.ganatan.com/tutorials/routing-with-angular
96
96
@@ -100,7 +100,7 @@ Here is a step by step Tutorial : https://www.ganatan.com/tutorials/routing-wit
100
100
</a >
101
101
</p >
102
102
103
- # [ Getting started] ( #angular-getting-started )
103
+ # [ Angular Getting started] ( #angular-getting-started )
104
104
105
105
106
106
## Installation
@@ -117,6 +117,25 @@ Here is a step by step Tutorial : https://www.ganatan.com/tutorials/routing-wit
117
117
## Tests
118
118
* ` npm run test `
119
119
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
+
120
139
# [ Author] ( #author )
121
140
* Author : danny
122
141
0 commit comments