Closed vjeux closed 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
react-page/src/pages/about/index.js
:8080/pages/about.html
Fixed, thanks.
It says:
However, if I go to /about I get the following error:
In order to render
react-page/src/pages/about/index.js
, I have to go to:8080/pages/about.html