Dev Setup Guides

Vite React + Bootsrap Setup
bootstrap10

Vite React + Bootsrap Setup npm install vite@6.2.5 –save-dev 1. C:\project-folder>npm create vite@latest orEnter the project name, then select the framework ‘React’ and the variant ‘JavaScript’. 2. C:\project-folder>cd volunteer-connect 3….