Serve the Laravel application
Build the application
Create a new Angular project
Serve the application
ng serve
Serve on localhost:4200
Serve and open browser
ng serve --open
Serve on specific port
ng serve --port 4300
Generate Angular components, services, etc.
Run unit tests
Create basic FastAPI app