Building a safe and respectful group chat experience is more important than ever, especially in online game communities where conversations can scale quickly.
To run this application, follow the steps below:
Step 1: Download the files and extract it the files, make sure the chat-server folder and the myApp are in a single home folder after extraction. Step 2: Navigate to the chat-server folder using the command below:
cd chat-serverAfter you successfully navigate to the chat-server, run the command below to install the node modules
npm installOnce the node modules are successfully installed, you can now start the server, by using the command below:
node server.jsStep 3. Next, you open another terminal and navigate to the myApp folder from the root folder by pasting the command below:
cd myAppFinally, Copy the command below to start the emulator:
npx expo start -c