You must have Docker Installed in your System !
First copy the content of docker-compose-dev.yml to docker-compose.yml
Run the app using :
$ docker-compose up --build -remove-orphans
The App should be App :
visit client : http://localhost:3000
visit server : http://localhost:8080
To check the status :
docker-compose ps
First copy the content of docker-compose-prod.yml to docker-compose.yml
Run the app using :
$ docker-compose up --build -remove-orphans
The App should be up at http://localhost:8080