Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 352 Bytes

File metadata and controls

25 lines (19 loc) · 352 Bytes

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