n8e / memoirs

GraphQL, Relay, React, MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memoirs

Biographical notes adapted from Facebook's Relay Starter Kit, a kit that 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.

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

Testing

Using the react-addons-test-utils and jest run the tests using:

npm tests

License

Relay Starter Kit is BSD licensed. We also provide an additional patent grant.

About

GraphQL, Relay, React, MongoDB

License:Other


Languages

Language:JavaScript 99.6%Language:CSS 0.3%Language:HTML 0.1%