- Get rid of Bootstrap / jQuery
- Install Bulma, Fontawesome, various other JS things we regularly use
- Enhance .gitignore
- Starter base views (navbar, app layout)
- Some composer packages we use a lot
composer install uogsoe/laravel-frontend-preset
php artisan preset uogsoe
Once finished, run the following command to properly run the build:
npm install && npm run dev