react_laravel_admin_theme
1.0.0
https://bit.ly/3i4qIUn
请按照指南进行操作。
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
打开浏览器并检查以下地址
http://127.0.0.1:8000