A brief description of what this project does and who it's for.
Navigate to the root directory and install the required gems:
bundle install
Navigate to the /client
directory and install the required npm packages:
cd client
npm install
Start the Rails server:
rails server
Navigate to the /client
directory and start the React development server:
cd client
npm start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
MIT# react-rails-graphql-boiler