vladstan / meteor-react-boilerplate

A starter project for React & Meteor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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, browserify).

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

See this guide to learn how to import NPM modules/components via browserify in Meteor.

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.

Packages

  • React (MDG preview)
  • Flow Router
  • React Layout
  • Accounts Password
  • Accounts UI (with React wrapper)
  • meteorhacks:npm
  • cosmos:browserify
  • Removes insecure
  • Removes autopublish

Components

####Models

####Pages/Routes

  • Home, About
  • Not Found
  • Main Layout

About

A starter project for React & Meteor


Languages

Language:JavaScript 98.4%Language:HTML 1.0%Language:CSS 0.6%