...
This web client app project was bootstrapped with React Js.
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
Code check styles ESLint
Overall check styles
Code Block yarn lint
...