Skip to content

ibraGo/employeeManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

setup insctructions

install requirements

to install angular command line : npm install -g @angular/cli

in frontend folder

to install requirements npm install

to run the frontend ng serve --open

run in backend folder

to install requirements npm install

to run the backend npm run dev