shopify-10dx-group

frontend

React app created using create-react-app with redux template.

Binds to localhost:3000.

backend

Apache server.

Binds to localhost:8000.

Setup

Docker and Docker Compose are required.

If make is available on system just run:

make run

to startup backend and frontend.

If make is not available, then use:

docker-compose up --build --detach