Since you cloned React Vite project from Github, your project doesn't use a start
script but has a different entry point dev
, so use:
npm run dev
For it to start and open on the browser.
Note: this will only work after you have run npm install
or npm i
after cloning.