Created
March 7, 2025 04:54
-
-
Save primaryobjects/0ea41fb683d3a6398c464e001c72e3c7 to your computer and use it in GitHub Desktop.
How to create a React app using Vite
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm create vite@latest PROJECT_NAME -- --template react | |
cd PROJECT_NAME | |
npm install | |
npm run dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment