This project illustrate how Inertia.js works with Laravel and React
This project uses lot of stuff as:
- Laravel
- React js
- Intertia js
- TypeScript
- Node
First, install laravel dependencies:
composer install
Run the following command
cp .env.example .env && php artisan key:generate
Install react dependencies:
yarn
yarn dev