Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nethsix/relay-on-rails
Relay + GraphQL + React on Rails
https://github.com/nethsix/relay-on-rails
Last synced: about 1 month ago
JSON representation
Relay + GraphQL + React on Rails
- Host: GitHub
- URL: https://github.com/nethsix/relay-on-rails
- Owner: nethsix
- License: mit
- Created: 2015-09-26T05:03:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-30T01:18:25.000Z (about 9 years ago)
- Last Synced: 2024-05-06T14:35:28.314Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 270 KB
- Stars: 43
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-graphql - relay-on-rails - Barebones starter kit for Relay application with Rails GraphQL server. (Examples / Ruby Examples)
- awesome-relay - Relay on Rails Starter Kit - A barebones starter kit for Relay application on Rails server. Just clone and tweak! (Ruby / Rails)
README
# README
Relay/GraphQL/React on Rails 4 starter-kit.
## Goals
Make it easy to:
* Start a Relay/GraphQL React project on Rails
* Follow the official Facebook Relay/RelayJS [tutorial](https://facebook.github.io/relay/docs/tutorial.html)## Resource
* For additional info, please refer to the accompanying article [Relay/RelayJS on Rails](https://medium.com/@khor/relay-facebook-on-rails-8b4af2057152)
## Instructions
* npm install
* bundle install
* rails sAccess the sample app at http://localhost:3000/static_pages/board.html
## Changing the schema
* Modify app/graph files
* rake graphql:update_schema_json
* rake tmp:clear
* rails sMIT License