This project was created to make it easier for you to create Laravel and React based applications
- Laravel 9
- React Js
- React Router Dom
- Tailwind Css
Start with clone this repository
git clone https://github.com/ariear/starter-laravel-react.gitthen run
composer installIf you using yarn
yarnOr if you prefer using npm
npm installcreate a new file named .env then copy it from .env.example
and run the server
php artisan serveyarn buildyarn devLets contribute