Skip to content

Commit 109902d

Browse files
committed
Update README.md
1 parent 4ca984e commit 109902d

File tree

1 file changed

+39
-3
lines changed

1 file changed

+39
-3
lines changed

README.md

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,43 @@
1-
# Example React code
1+
# React Just React examples code
22

3-
From Zinglecode's YouTube React Ep.2 and later
3+
ตัวอย่างโปรเจ็ค React จากคลิปสอน Ep.2-20 ของ Zinglecode
44

5-
Branches for each episode
5+
6+
## YouTube video with playlist
7+
8+
https://www.youtube.com/watch?v=dxm-Mtd-LPs&list=PL_xSQKvnccpn-C2fZNJtCykO24yqFWkDn&index=2
9+
10+
11+
## About React Router
12+
13+
เนื่องจาก React Router ที่ใช้ใน Github Repo อันนี้เป็น v5 (ตัวเก่า) ดังนั้นถ้าใครอยากดูตัวอย่างโค้ดของ React Router v6 (ตัวปัจจุบัน) กรุณาเปิดดูได้จากลิ้งค์นี้
14+
15+
https://github.com/potchangelo/react-just-react-router-v6
16+
17+
18+
## Install and Run project on VSCode
19+
20+
0. ติดตั้ง Node.js ลงเครื่องให้เรียบร้อยก่อน (ใช้ Version 14, 16, หรือ 18 ก็ได้)
21+
22+
1. ดาวน์โหลดโปรเจ็คนี้ลงเครื่อง (เลือกจาก Github branch ที่ต้องการได้)
23+
24+
2. เปิดโฟลเดอร์โปรเจ็คใน VSCode
25+
26+
3. เปิด VSCode Terminal
27+
28+
4. ติดตั้ง Packages ของโปรเจ็ค (สามารถแก้ไขเลขเวอร์ชั่นของ Packages, Libraries ต่างๆ ให้เป็นเวอร์ชั่นล่าสุด ก่อนทำการติดตั้งได้ ที่ในไฟล์ package.json)
29+
30+
```
31+
npm install
32+
```
33+
34+
5. Run เว็บโปรเจ็ค
35+
36+
```
37+
npm start
38+
```
39+
40+
## Github branches for each episodes
641

742
1. [Start](https://github.com/potchangelo/react-just-react/tree/01-start)
843
2. [State x Object](https://github.com/potchangelo/react-just-react/tree/02-state-x-object)
@@ -23,3 +58,4 @@ Branches for each episode
2358
17. [React Router nested routes](https://github.com/potchangelo/react-just-react/tree/17-react-router-nested)
2459
18. [React Router dynamic routes](https://github.com/potchangelo/react-just-react/tree/18-react-router-dynamic)
2560
19. [React Testing Library](https://github.com/potchangelo/react-just-react/tree/19-react-testing-library)
61+

0 commit comments

Comments
 (0)