Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 604 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 604 Bytes

INTRANET

NodeJS Commands

node server.js
Runs on: http://localhost:3000

Laravel Commands

php artisan serve
Runs on: http://localhost:8000

php artisan migrate   //For database migration

Angular Commands

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