We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb075d1 + b56dccb commit 64a40afCopy full SHA for 64a40af
1 file changed
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
31
32
### Vite {/*vite*/}
33
34
-[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/)는 모던 웹 프로젝트에서 빠르고 간결한 개발 환경을 제공하는 것을 목표로 하는 빌드 도구입니다.
35
36
<TerminalBlock>
37
{`npm create vite@latest my-app -- --template react`}
0 commit comments