This repository contains code for WhatsApp UI in ReactJS and Bootstrap.
view demo: https://whatsapp.nythonore.me
Make sure you have already installed Docker Engine. You don’t need to install Nginx or YARN, as both are provided by Docker images.
$ docker -v
Docker version 20.10.7, build f0df350
$ git clone https://github.com/nythonore/whatsapp-clone.git
$ cd whatsapp-clone
$ docker-compose -f docker-compose.prod.yml build
$ docker run -p 3000:80 --name whatsapp-prod whatsapp-prod
Go to http://localhost:3000
- ReactJS - Front-end Framework
- React Bootstrap - CSS Framework
- Nginx - Web Server
- Docker - Containerization
Honore Niyitegeka (https://nythonore.netlify.app)
This project is licensed under the MIT License - see the LICENSE file for details