The web client implemented as a part of the Prosimos Web Application.
Please, note that you need to have
Node.js
andnpm
installed on your computer in order to follow these steps. The instructions on how to do that could be found here: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm#overview
1) Install all dependencies
npm install
2) Start the client
npm start
Please, note that you need to have
Docker
installed in order to follow the following steps. The installation instructions could be found here: https://docs.docker.com/get-docker/ Also, we need to have a running instance ofapi
service before starting the front-end. The instructions on how to start the back-end service could be found here.
0) Pre-requisite step: Docker is running. 1) Build the image from the current code version.
docker build -f Dockerfile.local -t prosimos-client-local .
Note: it might take a while to finish (around 9 min)
2) Start the container.
docker run -p 80:80 prosimos-client-local
3) Access http://localhost:80/