Login using Social Account
     Continue with GoogleLogin using your credentials
We referenced local machine's folder to react-project in container using docker volumes. Now our changes will directly reflect on the website.
Our container is running so we can access the app in web browser with http://xx.xx.xx.xx:8000 Replace xx.xx.xx.xx with your web server IP.
Now stop the container. Change the code in src/App.js and restart container by docker-compose up
then reload the page. Changes will reflect immediately.
Want to create exercises like this yourself? Click here.
No hints are availble for this assesment
Answer is not availble for this assesment
Loading comments...