Looking to hire Laravel developers? Try LaraJobs

laravel-inertia-react-antd-starter maintained by khatriafaz

Description
Laravel Inertia React Antd Starter
Last update
2023/04/09 09:21 (dev-main)
License
Links
Downloads
156

Comments
comments powered by Disqus

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