Skip to content

shekar73/meteor-react-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.4%
  • Other 1.6%