Skip to content

Barebones starting point for a Relay application using graphql-epoxy and flask.

License

Notifications You must be signed in to change notification settings

GraphQL-python-archive/graphql-epoxy-relay-starter-kit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graphql-Epoxy & Relay Starter Kit

This is a fork of the Relay Starter Kit, repurposed to let you get started using graphql-epoxy with relay.

This kit includes an app server, a python 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
npm run install-python-deps

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 server/schema.py, restart the server.

License

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

About

Barebones starting point for a Relay application using graphql-epoxy and flask.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.2%
  • Python 37.9%
  • HTML 4.9%