This project corresponds to a video tutorial on youtube, by the clever programmer team which i followed along to create a disney plus clone with ReactJS using Redux and Firebase.
- Clone the repo.
- Traverse to the "disney-plus-clone" directory.
- In the Terminal Type :
yarn install
to install packages. - After that Type :
yarn start
to start server on localhost.
- Clone the repo.
- Traverse to the "disney-plus-clone" directory.
- Build Image with :
docker-compose build
. - In the Terminal Type :
docker-compose up
to run the container. - After above step completes, goto
localhost:3000
on your web browser.
Visit : https://my-disney-plus-clone.web.app