# With NPM npm create vite@latest # With Yarn yarn create vite # With PNPM pnpm create vite # with template npm create vite@latest my-app -- --template react # with template ts npm create vite@latest my-app -- --template react-ts