Thanks for attending my presentation at the RVA Javascript conference.
My presentation is hosted at https://singlestone.github.io/graphql-rescue/
- Clone this repository:
git clone https://github.com/singlestone/graphql-rescue.git
- Run npm install:
npm install
- Start the graphql server:
npm start
- Open GraphiQL in your browser
- Profit!