From 19ffa32de8b7ea77a22200dd2d5626130f496add Mon Sep 17 00:00:00 2001 From: bigdeejay Date: Wed, 22 Jan 2025 17:51:16 +0900 Subject: [PATCH] Update README.MD --- README.MD | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.MD b/README.MD index 7a71424..38b64c7 100644 --- a/README.MD +++ b/README.MD @@ -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를 하드 코딩 하는 대신 두 개의 루프를 사용하여 사각형을 만들도록 다시 작성해 보세요.