Template with an empty project on the stack: Laravel 12 (on the backend) and React 19 (on the frontend).
The starter kit uses the modern Vite build tool
git clone https://github.com/goodwin74/laravel-react-2025.git
cd laravel-react-2025
If you want to remove the remote origin, you can run:
git remote remove origin
npm i
First console
npm run dev
Second console
php artisan serve
Open URL from the second console to test the application in live mode
npm run build
Building the project into production