Create my-app with command line
npm create vite@latest my-app -- --template reactNeed to install the following packages:
create-vite@8.2.0
Need to install the following packages:
create-vite@8.2.0
create-vite@8.2.0
Ok to proceed? (y) y
> npx
> create-vite my-app --template react
│
◇ Use rolldown-vite (Experimental)?:
│ Yes
│
◇ Install with npm and start now?
│ No
│cd my-app
npm install
npm run dev