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-09-09 10:11:44 UTC


README

使用以下命令使用此启动器创建新项目

安装

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

安装npm包

npm install

运行项目

运行服务器

php artisan serve

运行前端打包器

npm run dev