I need to connect React.js to Laravel 7.23 project with UIkit.css framework. Standard solution
composer require laravel/ui
php artisan ui react
php artisan ui react --auth
npm install
But, this solution includes bootstrap.css framework which I do not need. I also found
php artisan preset react
But on execution I get "Command "preset" is not defined."