react_laravel_admin_theme
1.0.0
https://bit.ly/3i4qIUn
Please follow the guide.
git clone
create a .env file copy content from .env.example and update the values
composer install && composer update
php artisan migrate:refresh
npm install && npm run dev
php artisan key:generate
php artisan serve
npm run watch
open browser and check the following address
http://127.0.0.1:8000