Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gauravtiwari/graphql-blog-mobile

A native version of weblog powered by graphql, relay, react-native and rails.
https://github.com/gauravtiwari/graphql-blog-mobile

Last synced: 18 days ago
JSON representation

A native version of weblog powered by graphql, relay, react-native and rails.

Awesome Lists containing this project

README

        

# Graphql Blog on React Native

The Graphql Server used here is from [GraphQL Blog](https://github.com/gauravtiwari/relay-rails-blog) repo so, make sure to clone that repo and setup and start the rails app for GraphQL server to be available.

```bash
git clone [email protected]:gauravtiwari/relay-rails-blog.git
cd relay-rails-blog
bundle install
npm install
./start (from terminal)
```

```bash
git clone [email protected]:gauravtiwari/graphql-blog-mobile.git
cd graphql-blog-mobile
npm install
react-native run-ios --reset-cache
```

## Troubleshooting
If you see error, can't connect to development server, please hit `cmd+R` on Mac to reload the screen.