Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

danielholmes/relay-compiler-webpack-plugin-example

Repository files navigation

Relay Compiler Webpack Plugin Example

Build Status

Example project setup for testing out relay-compiler-webpack-plugin.

Dependencies

Setting Up

yarn

Running

yarn generate-schema
yarn backend
yarn clean
yarn frontend

Site now available at http://127.0.0.1:3000.

Or for a single webpack build:

yarn build

Direct relay-compiler Call

To help see differences with webpack plugin vs direct invocation.

yarn relay-compile

Releases

No releases published

Packages

No packages published