This project is created using Vite with React. Below are all the commands you need to set up, run, and manage the project.
npm create vite@latest my-react-app
cd my-react-app
npm install
npm run dev
npm run build
npm run preview