facebookarchive / react-page

Easy Application Development with React JavaScript
Apache License 2.0
797 stars 72 forks source link

Routing example is wrong #18

Closed vjeux closed 11 years ago

vjeux commented 11 years ago

It says:

http://localhost:8080/about => react-page/src/pages/about/index.js

However, if I go to /about I get the following error:

500 Error: Following module not in specified search paths: /home/vjeux/www/github/react-page/src/about/index.js

In order to render react-page/src/pages/about/index.js, I have to go to :8080/pages/about.html

jordwalke commented 11 years ago

Fixed, thanks.