Skip to content

reactmaster2724/react-native-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

react-native-chat-app

chat-server

Getting Started

Getting up and running is as easy as 1, 2, 3.

  1. Make sure you have NodeJS and npm installed.

  2. Install your dependencies

    cd path/to/feathers-chat npm install 
  3. Start your app

    npm start 
  4. Goto to browser and go to localhost:3030/vanilla

react-native-chat-app

Getting Started

  1. Make sure you have NodeJS and npm installed.

  2. Clone down the repository

  3. Install react native CLI

    npm install -g react-native-cli 
  4. Install your dependencies

    cd path/to/feathers-react-native-chat; 
    npm
    npm install 
    yarn
    yarn install 
  5. Start the feathers-chat server.

  6. Start the iOS app

    react-native run-ios 
  7. Start the Android app

    react-native run-android 

If you run into issues starting the apps please refer to the React Native docs. It's most likely a problem with your environment.