Skip to content

Commit 64a40af

Browse files
authored
Merge branch 'main' into translate-installation
2 parents fb075d1 + b56dccb commit 64a40af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/build-a-react-app-from-scratch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The first step is to install a build tool like `vite`, `parcel`, or `rsbuild`. T
3131

3232
### Vite {/*vite*/}
3333

34-
[Vite](https://vite.dev/) is a build tool that aims to provide a faster and leaner development experience for modern web projects.
34+
[Vite](https://vite.dev/)는 모던 웹 프로젝트에서 빠르고 간결한 개발 환경을 제공하는 것을 목표로 하는 빌드 도구입니다.
3535

3636
<TerminalBlock>
3737
{`npm create vite@latest my-app -- --template react`}

0 commit comments

Comments
 (0)