khatriafaz/laravel-inertia-react-antd-starter

Laravel Inertia React Antd Starter

Installs: 152

Dependents: 0

Suggesters: 0

Security: 0

Stars: 16

Watchers: 2

Forks: 1

Open Issues: 0

Type:project

pkg:composer/khatriafaz/laravel-inertia-react-antd-starter

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

This package is auto-updated.

Last update: 2025-12-09 12:39:43 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