node server.js
Runs on: http://localhost:3000
php artisan serve
Runs on: http://localhost:8000
php artisan migrate //For database migration
ng serve (OR) npm start (OR) ng serve --port=portNumber
Runs on: http://localhost:4200
ng g c componentName //For generating the component
ng g s serviceName //For generating the service