khatriafaz/laravel-inertia-react-antd-starter

Laravel Inertia React Antd Starter

v2.0.0 2023-04-09 07:21 UTC

This package is auto-updated.

Last update: 2024-04-09 09:23:02 UTC


README

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