Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmuens/friends
Connects a React Native app via DDP with a Meteor application
https://github.com/pmuens/friends
Last synced: 20 days ago
JSON representation
Connects a React Native app via DDP with a Meteor application
- Host: GitHub
- URL: https://github.com/pmuens/friends
- Owner: pmuens
- Created: 2015-12-03T08:36:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-03T08:36:36.000Z (almost 9 years ago)
- Last Synced: 2024-05-18T22:32:25.269Z (6 months ago)
- Language: Objective-C
- Homepage:
- Size: 1.65 MB
- Stars: 62
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Friends
Friends is an application which connects a Meteor backend to a React Native app
(Only the iOS version is available right now).You can browse through a list a friends. Everything is reactive. Meteor talks
to the React Native app via DDP.![Friends screenshot](screenshot-1.gif)
## Setup
The repository contains two applications. A Meteor application which serves
as a backend and a react native app.1. Start the Meteor application
Start the Meteor application by `cd` into the Meteor application folder and
running `meteor`.2. Install npm packages
`cd` into the react native project and run `npm update`.3. Start the react native app
Just open the Xcode project and click on the run symbol.