First, setup the .env file, then run this command:
php artisan migrate:fresh --seedRun the Laravel backend server.
composer install && php artisan serveRun the database.
Open new terminal and go to the Nuxt client app.
cd clientRun the Nuxt client app.
yarn && yarn dev