Code Monkey home page Code Monkey logo

feathers-react-native-chat's Introduction

feathers-react-native-chat

A React Native example chat app using Feathers that talks with the feathers-chat server.

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 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
    

For IOS, alternatively run npm start on react native app (start React packager), then open+run the native app from Xcode (to launch on simulator or whichever device you like).

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

Database

You can clear the database on the server by running rm data/*.db from the root folder of feathers-chat. This will remove all messages and users and give you a fresh start.

Changelog

O.1.0

  • Initial release

feathers-react-native-chat's People

Contributors

corymsmith avatar ekryski avatar kristianmandrup avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.