/yarnca

Yet Another React Native Chat App

Primary LanguageJavaScriptMIT LicenseMIT

yarnca

Yet Another React Native Chat App

The main goal for this project is to be a simple chat application made with React Native and Socket.IO

Getting Started

Prerequisites

  • Package Manager: npm or yarn
  • Expo CLI npm i -g expo-cli
  • Android/IOS device or emulator

The project is divided in two parts: backend and mobile app.

Backend

To start the backend, you need to enter the folder backend, install the dependencies and run:

cd backend
npm install
npm start

Mobile

To test the mobile app, you need to enter the folder app, install the dependencies and run:

cd app
npm install
npm start

Built With