/meteor-react-boilerplate

A starter project for React & Meteor

Primary LanguageJavaScript

meteor-react-boilerplate

A starter project for React & Meteor

This repo aims to get you up and running with with React with little effort. It has sane defaults that most apps will use (router, accounts).

Most of the content is in the 'imports' folder so that we can so serverside rendering more easily. Here's the rundown on what's included.

For an in-depth example of how to use Meteor with React see React-ive Meteor. For flux support see the Flux Leaderboard example app.

APIs & Packages

NPM

Components

  • Header
  • LoginButtons

Models

Pages/Routes

  • Home, About
  • Not Found
  • Main Layout