Skip to content

Instantly share code, notes, and snippets.

@primaryobjects
Created March 7, 2025 04:54
Show Gist options
  • Save primaryobjects/0ea41fb683d3a6398c464e001c72e3c7 to your computer and use it in GitHub Desktop.
Save primaryobjects/0ea41fb683d3a6398c464e001c72e3c7 to your computer and use it in GitHub Desktop.
How to create a React app using Vite
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