Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xuorig/form-check-app
Form check for sports.
https://github.com/xuorig/form-check-app
Last synced: about 2 months ago
JSON representation
Form check for sports.
- Host: GitHub
- URL: https://github.com/xuorig/form-check-app
- Owner: xuorig
- License: other
- Created: 2015-12-16T13:58:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-04T05:14:00.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T22:54:49.101Z (8 months ago)
- Language: JavaScript
- Size: 91.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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).