codazen / react-relay-graphql-starter-kit

A full-stack starter kit for Relay web applications.
MIT License
18 stars 1 forks source link
eslint flow full-stack graphql isomorphic react relay starter-kit web-app webpack

React-Relay-GraphQL Starter Kit

This starter kit is a basic project setup that can be used to create web applications leveraging key core technologies.

Core technologies

Extensions

Installation

yarn

Running

For Windows:

npm run update-schema
npm start

For Linux:

npm run update-schema
npm run start:linux

Go to http://localhost:8080/ to view the application.
Go to http://localhost:8080/graphql to view GraphiQL.

Production Build

npm run build

Outputs the client bundle in the public directory
Outputs the transpiled server code in the lib directory

License

MIT