okgrow/meteor-starter-kit

Name: meteor-starter-kit

Owner: OK GROW!

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

Forked from: apollographql/meteor-starter-kit

Created: 2016-08-19 14:45:14.0

Updated: 2016-09-19 14:25:53.0

Pushed: 2016-09-07 19:34:26.0

Homepage: null

Size: 44

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

meteor starter kit V0.1.6

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

Includes:
Running it
or npm install
or
Folder structure
.
??? client                  # Client files
?   ??? main.css            # 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                  #
?      ??? App.js           # UI React rendering
??? 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.