https://github.com/esnet/relay-test
A test of Relay and GraphQL for the ESnet Software Summit. Based on the relay starter kit.
https://github.com/esnet/relay-test
Last synced: about 2 months ago
JSON representation
A test of Relay and GraphQL for the ESnet Software Summit. Based on the relay starter kit.
- Host: GitHub
- URL: https://github.com/esnet/relay-test
- Owner: esnet
- License: other
- Created: 2016-04-11T19:01:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-11T19:28:16.000Z (about 10 years ago)
- Last Synced: 2025-01-10T22:40:23.349Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Workout logger relay example
This is the GraphQL and Relay back end for a simple workout logger.
## 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).