khatriafaz/laravel-inertia-react-antd-starter

Laravel Inertia React Antd Starter
156 14
Install
composer require khatriafaz/laravel-inertia-react-antd-starter
Latest Version:v2.0.0
PHP:^8.1.0
License:MIT
Last Updated:Apr 9, 2023
Links: GitHub  ·  Packagist
Maintainer: khatriafaz

Laravel Inertia React Antd Starter

Use this command to create a new project using this starter:

Installation

composer create-project khatriafaz/laravel-inertia-react-antd-starter

Install npm packages:

npm install

Run the project

Run the server:

php artisan serve

Run the frontend bundler:

npm run dev