https://github.com/bokuweb/relay-sandbox
https://github.com/bokuweb/relay-sandbox
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bokuweb/relay-sandbox
- Owner: bokuweb
- License: other
- Created: 2016-02-04T03:34:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:23:54.000Z (over 2 years ago)
- Last Synced: 2025-02-27T01:48:07.196Z (over 1 year ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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).