A skeleton project combining Laravel and React.js to kickstart your web application development. This project serves as a boilerplate for building a full-stack application with Laravel as the backend framework and React.js as the frontend framework.
- Laravel 9.x (Latest version)
- React.js 18.x (Latest version of 18.x)
- Tailwind CSS 4.x for styling (Latest version)
- PHP >= 8.0
- Composer
- Node.js and npm
- Clone the repository:
git clone https://.com/wsmajt/laravel-react-skeleton.git
cd laravel-react-skeleton
- Install backend dependencies:
composer install
- Install frontend dependencies:
npm install
- .env file:
change name of CHANGE_ME_TO_.env to .env
php artisan key:generate
- Migrate Database:
php artisan migrate
- Run application:
composer run dev