npx create-react-app my-app cd my-app npm start npm create vite@latest my-app --template react cd my-app npm install npm run dev npx create-next-app@latest npx create-react-router@latest npm i react-router npm create vite@latest npm install react-router-dom npm install react-redux npm install @reduxjs/toolkit npm run dev