React app displaying Marvel characters in a grid layout
React app displaying Marvel characters in a grid layout.
This challenge was realized in the process of a Software Engineering challenge for SmartRenting.
The project runs a Node server in one container, serving a react-app in another and all wrapped up with Docker Compose.
docker-compose up
The two folders are mounted in their own docker containers and volume-mounted. Open http://host:3000 (where host is localhost for docker desktop and docker-machine id for VMs).
docker-compose -f docker-compose.prod.yml up
The app is compiled and built into its own docker container, that is opened with docker-compose as as service. Open http://host:8080 (where host is localhost for docker desktop and docker-machine id for VMs).