PacktPublishing / Full-Stack-React-Projects-Second-Edition

Full-Stack React Projects - Second Edition, published by Packt
MIT License
452 stars 541 forks source link

Unable to run the client and the server (Chapter 8) #104

Closed franclin closed 3 years ago

franclin commented 3 years ago

Hello, I downloaded the code for chapter 8 and made some minor modifications. However, when I run yarn development, I can only run the server (on port 5000) and the client (on port 3000).

here is what I am getting on the console.

Screen Shot 2021-06-02 at 17 12 56 Screen Shot 2021-06-02 at 17 13 07

The server is working fine as I can test the API but when I open localhost:3000 in my browser I am not getting anything as can be seen below:

Screen Shot 2021-06-02 at 17 16 27

Any advice will be helpful