I\'m receiving the error:
Uncaught TypeError: Cannot read property \'func\' of undefined
Yet I have no idea why, I\'ve Googled
It's very easy to resolve.
This is happening because you are using react-router version 2.0.0
Just enter "npm install --save react-router@3.2.0"
It should just work fine now.