Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 615 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 615 Bytes

signal-chat-app

a Real time chat app made with Expo and Firebase runs on IOS, Android and Web

App Demo

signal

App Features

  • Firebase auth
  • Auto login
  • Realtime messaging

How to run the app

  1. Clone the project
git clone https://github.com/hatmramadn/signal-chat-app.git
  1. Install dependencies
cd signal-chat-app

# Using yarn
yarn install

# Using npm
npm install
  1. Run the app
# Using yarn
yarn ios
yarn android

# Using npm
npm run ios
npm run android