The Meteor leaderboard example with React rendering on both server and client. Multi-page with server and client-side routing via Meteor Router.
Based on the Leaderboard example from react-meteor by benjamn
Clone this repository:
git clone https://github.com/cslarson/react-meteor-server-example.git
Run the leaderboard app:
cd react-meteor-server-example
git submodule init
git submodule update
meteor