-
git clone
https://github.com/Bienfait-ijambo/laravel-11-vue-3-typescript
-
cd in
in the project
-
Run
composer install
command -
run
npm install
-
Run
php artisan migrate
-
Run
php artisan serve
command -
Run
php artisan queue:work
for background process -
Run
php artisan reverb:start
reverb server -
Run
npm run dev