Running client(ui folder) in localhost
You can access the working version of the client side (ui folder) from this repository .
This project doesn't support Node versions higher than 14.21.3 and npm versions higher than 6.14.18 . Is not compatible with higher versions of sass library. You should downgride Node version on your computer. You can easily do this by using nvm as fallows;
nvm install 14.21.3
nvm use 14.21.3
nvm list
Finally, you can run the project using npm install and npm run serve
Docker container
To create a docker container, you can update the dockerfile file as in this pull-request and add the nginx.conf file.