warehouseman / meteor-starter-kit

A minimal setup to use Apollo with Meteor and React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

meteor starter kit V0.1.6

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

Includes:

  • Apollo server
  • Apollo client
  • Express
  • React
  • Accounts UI, Basic & password
  • ES6 syntax
  • check package.json for specific versions

Running it

meteor npm install
meteor

GraphiQL is enabled at /graphiql.

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

About

A minimal setup to use Apollo with Meteor and React.


Languages

Language:JavaScript 72.1%Language:Shell 25.0%Language:HTML 2.0%Language:CSS 0.9%