-
Enter inside the laravel API project folder.
cd backend -
Install the required packages for Laravel.
composer install -
Make sure local web server is running and start the laravel project.
php artisan serve
-
Enter inside the Anuglar folder.
cd frontend -
Install the required packages for Laravel.
npm install -
Start the angular auth app.
php artisan serve