arcseldon / react-babel-webpack-starter-app

Starter application that uses the following technologies: * React * React Router * Flux * Node * Webpack * Bootstrap
MIT License
54 stars 14 forks source link

homePage or HomePage? #2

Open harryge00 opened 8 years ago

harryge00 commented 8 years ago

https://github.com/arcseldon/react-babel-webpack-starter-app/blob/master/src/routes.jsx#L8 cannot run npm run build, may be the name should be homePage?

ERROR in ./routes.jsx Module not found: Error: Cannot resolve 'file' or 'directory' ./components/HomePage in /..../react-babel-webpack-starter-app/src @ ./routes.jsx 24:26-58

7350206 commented 8 years ago

had the same issue, yes name should be "homePage" after correcting, works like a charm. thanx, Carr.