StephenGrider / ReduxSimpleStarter

Starter pack for an awesome Udemy course
MIT License
3.56k stars 4.63k forks source link

localhost:8080 Problem loading page? #196

Open juliepwchen opened 6 years ago

juliepwchen commented 6 years ago

The 'npm start' seems successful, with a final message of "webpack: Compiled successfully." But when I typed in "localhost:8080", I get Problem Loading Page errors. My internet is working fine as I can go to other pages. Any advice?

alarez commented 6 years ago

here is the answer to that https://github.com/StephenGrider/ReduxSimpleStarter/issues/168

vigneshr23 commented 6 years ago

It seems to be a port issue, try changing the port number and check again. Please refer to above comment by @alarez