Complete install process of React Router according to Tutorial v6.11.1
Posted by: Md. Imrul Kayes
npm create vite@latest name-of-your-project -- --template react
# follow prompts
cd
npm install react-router-dom localforage match-sorter sort-by
npm run dev