The overall goal of the system is to build a cloud-based web chat application using React where users are able to communicate to each other using the system, send multimedia files such as pictures, videos, and emojis.
Navigate to the project directory and run the following command:
npm install
Once all of the dependecies are installed navigate to the project directory and cd into the server folder and run the following command:
node index.js
Once the server is running, run the following command to launch the app:
npm start