gauravtiwari / graphql-blog-mobile

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graphql Blog on React Native

The Graphql Server used here is from GraphQL Blog repo so, make sure to clone that repo and setup and start the rails app for GraphQL server to be available.

git clone git@github.com:gauravtiwari/relay-rails-blog.git
cd relay-rails-blog
bundle install
npm install
./start (from terminal)
git clone git@github.com: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.

About

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


Languages

Language:JavaScript 44.9%Language:Objective-C 31.9%Language:Java 13.0%Language:Python 10.3%