Simple chat app using sockets and ReactNative
First install dependencies and run the backend
$ cd server
$ npm install
$ npm start
Then install dependencies and run the frontend while the backend is running
$ cd chat-client
$ npm install
$ expo start