# relay-sandbox **Repository Path**: mirrors_bokuweb/relay-sandbox ## Basic Information - **Project Name**: relay-sandbox - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Relay Starter Kit This kit includes an app server, a GraphQL server, and a transpiler that you can use to get started building an app with Relay. For a walkthrough, see the [Relay tutorial](https://facebook.github.io/relay/docs/tutorial.html). ## Installation ``` npm install ``` ## Running Start a local server: ``` npm start ``` ## Developing Any changes you make to files in the `js/` directory will cause the server to automatically rebuild the app and refresh your browser. If at any time you make changes to `data/schema.js`, stop the server, regenerate `data/schema.json`, and restart the server: ``` npm run update-schema npm start ``` ## License Relay Starter Kit is [BSD licensed](./LICENSE). We also provide an additional [patent grant](./PATENTS).