Skip to content

Commit 4034066

Browse files
committed
feat(learn): A new section has been added to start a new project with vite.js
1 parent 6fc98ff commit 4034066

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/content/learn/start-a-new-react-project.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,16 @@ If you're new to Next.js, check out the [learn Next.js course.](https://nextjs.o
4747

4848
Next.js is maintained by [Vercel](https://vercel.com/). You can [deploy a Next.js app](https://nextjs.org/docs/app/building-your-application/deploying) to any Node.js or serverless hosting, or to your own server. Next.js also supports a [static export](https://nextjs.org/docs/pages/building-your-application/deploying/static-exports) which doesn't require a server.
4949

50+
### Vite {/*vite*/}
51+
52+
<TerminalBlock>
53+
npm create vite@latest
54+
</TerminalBlock>
55+
56+
If you're new to React, check out the [learn React course.](https://react.dev/learn)
57+
58+
Vite is a **frontend project builder** optimized for rapid development in **React** and other modern frameworks. It focuses on providing an agile and efficient experience.
59+
5060
### Remix {/*remix*/}
5161

5262
**[Remix](https://remix.run/) is a full-stack React framework with nested routing.** It lets you break your app into nested parts that can load data in parallel and refresh in response to the user actions. To create a new Remix project, run:

0 commit comments

Comments
 (0)