my laravel 10.x using vite with tailwind css
last update 20 June 2023
cd your-folder
# the . is mean the current directory in this case is your project folder
git clone https://github.com/farookphuket/laravel10x-with-tailwind-css.git .
# rename the file .env.EXAMPLE to .env
mv .env.EXAMPLE .env
composer update
the above command should create the vendor folder which laravel use.
cd your-project-folder
php artisan serve
cd your-project-folder
npm install && npm run dev
http://localhost:8000
you should see the end result now.