This template should help get you started developing with Laravel 10 + React 18 + Redux 8
git clone https://github.com/akramghaleb/laravel-react-redux-boilerplate.git
cd laravel-react-redux-boilerplate
composer install
npm install
php artisan serve
npm run dev
npm run build
copy .env.example to .env file then
Generate Application key
php artisan key:generate
Edit .env file
APP_URL=http://localhost:8000