- start an nginx with the client:
npm install
npm run-script build
docker-compose -f etc/docker/docker-compose-dev.yml up --build
- clone and start an nginx with the client:
docker-compose -f etc/docker/docker-compose-prod.yml up --build
- run the backend server API and all it's dependencies
docker-compose -f etc/docker/docker-compose-backend.yml up