This is a template for creating applications using Laravel and NextUI (v2).
git clone https://github.com/shinkhantmaung/laravel-inertia-react-nextui-starter.git
Install npm packages:
npm install
Run the server:
php artisan serve
Run the frontend bundler:
npm run dev
Licensed under the MIT license.