This is the repo for the article "Getting Started with Meteor 1.3, React 15, and FlowRouter"
If you're new to Meteor (or to Meteor 1.3) and want to use it with React and FlowRouter, this is a great place to start.
- Be sure you have Meteor installed
- Clone this repo
- Cd into the repo
- Install npm packages:
meteor npm install
- Run the app by typing
meteor