This template should help get you started developing with laravel 9 + Vue 3 in Vite + Tailwind
git clone https://github.com/akramghaleb/simple-project.git
cd simple-project
composer install
npm install
php artisan serve
npm run dev
npm run build
copy .env.example to .env file then
Generate Application key
php artisan key:generate
Edit .env file
APP_URL=http://localhost:8000