In this tutorial we will see how to implement user authentication. For the given lesson we will need.
Create default Laravel and Angular projects and serve them.
php artisan serve
ng serve
in Angular:
Create login component with
ng g c login
Also create routing
A guy who is studying full stack web development