HR-ui
Angular
How to start UI
-
Install
Visual Studio Code
-
Delete
node_modules
if exists -
Click
File
->Open Folder...
. Selecthr-ui
folder -
Enter command
npm install
in the terminal. You can useSHIFT + ~
to open the terminal -
Enter command
npm start
.Default port:localhost:4200
.Useng serve --port XXXX
for another port