Use this command to create a new project using this starter:
composer create-project khatriafaz/laravel-inertia-react-antd-starter
Install npm packages:
npm install
Run the server:
php artisan serve
Run the frontend bundler:
npm run dev
Use this command to create a new project using this starter:
composer create-project khatriafaz/laravel-inertia-react-antd-starter
Install npm packages:
npm install
Run the server:
php artisan serve
Run the frontend bundler:
npm run dev