From a2544d25061b38555f6243230ece1a7a2baf2068 Mon Sep 17 00:00:00 2001 From: devjaeyoon Date: Fri, 18 Apr 2025 17:31:18 +0900 Subject: [PATCH] docs: update content/learn/build-a-react-app-from-scratch.md --- src/content/learn/build-a-react-app-from-scratch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/learn/build-a-react-app-from-scratch.md b/src/content/learn/build-a-react-app-from-scratch.md index 0860cf8c0..f14b5f109 100644 --- a/src/content/learn/build-a-react-app-from-scratch.md +++ b/src/content/learn/build-a-react-app-from-scratch.md @@ -31,7 +31,7 @@ The first step is to install a build tool like `vite`, `parcel`, or `rsbuild`. T ### Vite {/*vite*/} -[Vite](https://vite.dev/) is a build tool that aims to provide a faster and leaner development experience for modern web projects. +[Vite](https://vite.dev/)는 모던 웹 프로젝트에서 빠르고 간결한 개발 환경을 제공하는 것을 목표로 하는 빌드 도구입니다. {`npm create vite@latest my-app -- --template react`}