[git clone https://github.com/soumiya59/cv-builder.git](https://github.com/soumiya59/cv-builder.git)
composer install
Copy react/.env.example into .env and adjust the VITE_API_BASE_URL parameter
Run npm install --foce
Run npm run dev to start vite server for Reac
Set the encryption key by executing php artisan key:generate --ansi
Run migrations php artisan migrate --seed
Open your favorite terminal and run these commands.
npm run dev
to run React appphp artisan serve
for running Laravel app