DEV Community

Discussion on: How to connect Django to ReactJs

Collapse
 
xyzsuria profile image
xuwenjing

Thanks!
I followed the steps, but I only got a blank page: dev-to-uploads.s3.amazonaws.com/up...

The message when running : dev-to-uploads.s3.amazonaws.com/up...

Could you please have a look? Thanks for your help~

Thread Thread
 
nagatodev profile image
Faruq Abdulsalam • Edited

Hello xuwenjing,

The message displayed when running is okay. It shows that there is no issue with your code.

Regarding the blank page. Did you remember to run npm run build in your frontend directory?

Can i see your frontend directory?