Clone of the current Whatsapp Web UI.
Built with React.
- Download and Install Node JS from https://nodejs.org/en/download/
- In the root project directory, type
npm install
to install the project's dependencies. - Once installation is complete, type
npm start
to start the project in your local browser.