apollographql/meteor-starter-kit

Name: meteor-starter-kit

Owner: Apollo GraphQL

Description: A minimal setup to use Apollo with Meteor and React.

Created: 2016-04-19 02:14:55.0

Updated: 2018-04-02 11:22:27.0

Pushed: 2018-03-13 00:06:32.0

Homepage: null

Size: 99

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Meteor + Apollo boilerplate

A simple kit to start experimenting with Apollo, Meteor and React.

Includes

Check package.json for specific versions

Running it
or npm install
or

GraphiQL is enabled at /graphiql.

Folder structure
.
??? client                  # Client files
?   ??? styles              # Styles
?   ??? main.html           # First loaded view pulling from imports
?   ??? main.js             # Imports all required files - React render
??? imports                 # A client/server folder
?   ??? api                 #
?   |  ??? schema.js        # Schema & query definitions
|   ??? ui                  # UI React rendering
?      ??? App.js           # Component using `graphql` HOC
?      ??? Header.js        # Basic presentational component
?      ??? Loading.js       # Reusable loading component
?      ??? LoginForm.js     # Component using `withApollo` HOC
??? server                  # Server files
?   ??? server.js           # Main server file initiating Apollo server
??? package.json            # node dependencies
Learn more

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.