Skip to content

your0rg/meteor-starter-kit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.2%
  • HTML 3.2%
  • CSS 1.6%