Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 452 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 452 Bytes

laravel-angular-jwt-auth

Start Laravel App

  • 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

Start Angular App

  • Enter inside the Anuglar folder. cd frontend

  • Install the required packages for Laravel. npm install

  • Start the angular auth app. php artisan serve