Setting up an app to use React is something that takes a few mins to get right. This repo has fairly sane defaults so that you can clone, re-name, and run meteor to have a router, home/about pages, and a header component.
It also sets up browserify and adds the classNames component which is a must have if you have conditional logic for loading CSS classes.
The .id file is also not checked in so it will re-generate on your system.
Thanks a lot, i was just looking for something like that, since i’m looking at switching from iron:router/blaze to flowrouter:react. This should help me see where to begin and how they work together
Thank you for this! I have been wanting to check out React, but I’ve held off because I didn’t to spend a lot of time figuring out how to connect all the pieces first. Now, with this, I can figure it out from your working example - much easier!