react-yelp-clone icon indicating copy to clipboard operation
react-yelp-clone copied to clipboard

Tutorial: Build a Yelp-clone in React

Results 11 react-yelp-clone issues
Sort by recently updated
recently updated
newest added

When i open http://localhost:3000/ , url is changed to http://localhost:3000/#/ (without ?_k) and project correctly open without errors. And, when i reload this page, it is hidden http://take.ms/Sx9Ks .

bug

when attempting `npm start` after adding app.css in the Demo:css modules section of tutorial, this is returned: TypeError: Cannot read property 'filter' of undefined at findLoader (/Users/wjt/ReactProjects/welp/webpack.config.js:41:25) at Object. (/Users/wjt/ReactProjects/welp/webpack.config.js:48:1)...

![screenshot 117](https://user-images.githubusercontent.com/36023808/38287858-4bebc97c-37f7-11e8-8df4-ba9afc06ebbf.png) I dont why it not running. Please help ! Thank you.

After adding : ``` config.postcss = [].concat([ require('precss')({}), require('autoprefixer')({}), require('cssnano')({}) ]) ``` I'm getting the following error : \node_modules\webpack\lib\webpack.js:19 throw new WebpackOptionsValidationError(webpackOptionsValidationErrors); ^ WebpackOptionsValidationError: Invalid configuration object. Webpack has been...

Hello I have got as far as the loading the CSS into webpack on page 18 on the PDF. I keep getting the following errors when running npm start (see...

I've done everything according to the instructions in README.md starting from installing dependencies, adding API key to .env. Not entirely sure where to go from here. I've tried changing the...

[debug.txt](https://github.com/fullstackreact/react-yelp-clone/files/1184941/debug.txt) I ran npm run test and got the following ![screenshot from 2017-07-29 13-13-53](https://user-images.githubusercontent.com/1652829/28744771-dd29eb1e-745f-11e7-82e4-0200bbe0413a.png)

Hi Auser! Thanks for posting this tutorial. The only thing is that I am not getting the result that I suppose to get. I clone from repo and followed exactly...

Hey guys, I followed the tutorial up until "Demo: Basic app.js". However, when I try to start the hjs-dev-server I get the following error: ![screen shot 2017-02-19 at 22 01...

problem when install --save react react-dom, --save react-router, and npm i -S [dependencies]. do I need to create a debug.log? or there is something wrong with my code? Thx ShenghandeMacBook-Pro:smap...