Vue.js + Inertia.js + Laravel + Tailwind CSS
composer install
npm install
cp .env.example .env
php artisan key:generate
npm run dev
resources/js/pages/Home.vue
resources/sass/custom.scss
for custom stylesresources/assets/images
will be copied to public/images