Skip to content

An application serving as a PostGraphile + Relay Modern crash course.

License

Notifications You must be signed in to change notification settings

enisdenjo/relay-modern-boilerplate

Repository files navigation


Relay Modern Boilerplate

Docker + Postgres + PostGraphile + Webpack + React + TypeScript + Relay Modern = Awesomeness


Talk

This repo is used in my talk Reintroducing Relay Modern where I talk about the overlooked beauties of Relay.

Quick start

  1. Make sure that you have Docker and Docker Compose installed
  2. Clone this repo using git clone --depth=1 https://github.com/enisdenjo/relay-modern-boilerplate.git
  3. Change directory to relay-modern-boilerplate
  4. Run docker-compose up to build and start Postgres + PostGraphile + webpack-dev-server
    Initial build may take some time because we need to install Watchman from source

Documentation

Detailed documentation coming soon, for now happy code digging. 😁

About this repo

To keep the talk consistent and in sync, this repo will not be updated any further. However, if you are interested in how this would look like today or how it can become an actual project, check out heltin 👀 .