https://github.com/abhaynikam/graphql-rails-react-example
Example rails application with GraphQL and React
https://github.com/abhaynikam/graphql-rails-react-example
actioncable graphql rails react react-router-v4
Last synced: 3 months ago
JSON representation
Example rails application with GraphQL and React
- Host: GitHub
- URL: https://github.com/abhaynikam/graphql-rails-react-example
- Owner: abhaynikam
- Created: 2018-05-10T11:37:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T11:57:28.000Z (almost 8 years ago)
- Last Synced: 2025-09-30T12:37:52.120Z (9 months ago)
- Topics: actioncable, graphql, rails, react, react-router-v4
- Language: Ruby
- Size: 568 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://circleci.com/gh/bigbinary/wheel)
## TOC
* [About](#about)
* [Local Development Setup](#local-development-setup)
* [Running with Docker](#running-with-docker)
## About
This is a base project to quickly spin up a
Rails application which is built with
opinions of BigBinary team.
## Local Development Setup
Install the latest [Node.js](https://nodejs.org) version. Make sure that [npm](https://www.npmjs.com/) is installed with it as well.
```
bundle install
bundle exec rake setup
bundle exec rails server
```
Visit http://localhost:3000 and login with email sam@example.com and password welcome.
## Running with Docker
### Pre-Requesites
Make sure you have [docker](https://docs.docker.com/engine/installation/) and [docker-compose](https://docs.docker.com/compose/install/) installed.
### Starting rails
```
docker-compose up
```
After the container is successfully created you should be able to access your app on `http://localhost:9000`
#### Brought to you by
