Virtual System Testing

1 Install timeoff-management Application for Virtual System Testing

Commands to execute in directory 03-virtual-system-test/:

1.2 Configure node version

lts/boron

1.3 Install node

nvm install --lts

1.4 Clone timeoff-management git Repository

git clone https://github.com/timeoff-management/application timeoff

1.5 Install timeoff package

Run

npm install

to install packages used by the application

1.6 Start service

Launch a application server in a new termial window with the command

(cd timeoff; npm start)

and open a browser with the address http://localhost:3000/