Requirements
Library Service
Overview
This repository is where Telerehabilitation App implemented in Laravel and using docker-compose and single sign on with keycloak.
...
This web client app project was bootstrapped with React Js.
Requirements
...
Git version >= 2.0.0
...
.
...
Installation
Navigate to project root directory
Code Block cd ~/dev/docker-projects/hiv/admin-web-app
Run yarn to install node packages
Code Block yarn install
start your web client
Code Block yarn start
...