Getting up and running is as easy as 1, 2, 3.
-
Install your dependencies
cd path/to/feathers-chat npm install -
Start your app
npm start -
Goto to browser and go to localhost:3030/vanilla
-
Clone down the repository
-
Install react native CLI
npm install -g react-native-cli -
Install your dependencies
cd path/to/feathers-react-native-chat;npm installyarn install -
Start the feathers-chat server.
-
Start the iOS app
react-native run-ios -
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.