If you have a problem that these files are not found, maybe this will help you. Actual for laravel 6.0+
sudo apt install npm
composer require laravel/ui
Generate basic scaffolding, one of them:
php artisan ui bootstrap php artisan ui vue php artisan ui react
In project directory run:
npm install npm run dev