Simple Laravel front-end preset. Strips out a few things we never really used and pulls in tailwind and the purgecss plugin for mix.
composer require uogsoe/soe-laravel-preset
php artisan preset uogsoe
You'll have to make sure you've done an npm install
before trying npm run dev
etc.