Skip to content

VenkateshMogili/intranet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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