Clone one of these repositories from Github. Navigate to the directory you pulled to in your console and run: npm init npm install
Then run npm run dev
To start a new project from scratch you would use this command: npm create vite@latest
To tell vite that you would like a specific template use this command: npm create vite@latest my-react-app -- --template react-ts
You can find more information on possible configurations here: