So let’s get start our with the basic Reach js from make the folder
this is the first step that you should do
npm create vite@latest your-folder-name
So after you run this comment you should chose reach and type-script
cd your-folder-name
npm i
npm install tailwindcss @tailwindcss/vite
https://tailwindcss.com/docs/installation/using-vite
npm install react-router
https://www.robinwieruch.de/react-router/
For folder structure
