Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gauravtiwari/graphql-blog-mobile
- Owner: gauravtiwari
- Created: 2016-03-09T21:34:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-16T01:44:31.000Z (over 8 years ago)
- Last Synced: 2024-11-25T12:42:04.507Z (28 days ago)
- Language: JavaScript
- Size: 128 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.