Laravel project built using Vue.js 3 (Vitejs) + TailwindCSS + Typescript.
The front-end side is built using Vite.js (Vue 3) and it's setup based on https://github.com/innocenzi/laravel-vite
install the dependencies :
npm install
and run :
npm run dev
to run the project in dev mode.
install back-end dependencies using
composer install
run the server :
php artisan serve
the visit http://127.0.0.1:8000/