Update README.MD

This commit is contained in:
bigdeejay
2025-01-22 17:51:16 +09:00
parent beac4f1d54
commit 19ffa32de8

View File

@@ -7,6 +7,20 @@ npm install
npm start
```
```
Compiled successfully!
You can now view react.tictactoe in the browser.
Local: http://localhost:3000
On Your Network: http://192.168.56.1:3000
Note that the development build is not optimized.
To create a production build, use npm run build.
webpack compiled successfully
```
# 개선 과제
1) 현재 이동에 대해서만 버튼 대신 “당신은 #번째 순서에 있습니다…”를 표시해 보세요.
2) Board를 하드 코딩 하는 대신 두 개의 루프를 사용하여 사각형을 만들도록 다시 작성해 보세요.