Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 692 Bytes

File metadata and controls

35 lines (26 loc) · 692 Bytes

Laravel Inertia React NextUI Starter Template

This is a template for creating applications using Laravel and NextUI (v2).

Technologies Used

How to Use

Installation

git clone https://github.com/shinkhantmaung/laravel-inertia-react-nextui-starter.git

Install npm packages:

npm install

Run the project

Run the server:

php artisan serve

Run the frontend bundler:

npm run dev

License

Licensed under the MIT license.