#Blank white page
28 messages · Page 1 of 1 (latest)
What shows in the console after you do "npm run dev"?
I get the localhost successfully but I get redirected to this.
What is the exact message? It usually shows the port number. I'm wondering if you are loading localhost with the wrong port.
This is what I get bro
and I only get this blank white page
You previously got a site cannot be reached error, so this is progress. What kind of project is this and what are the contents of the code for the home page?
https://www.youtube.com/watch?v=0fYi8SGA20k&t=107s this is the project I'm following bro.
The most impressive websites in the world use 3D graphics and animations to bring their content to life. Learn how to build your own ThreeJS 3D Developer Portfolio today!
💻 JS Mastery Pro - https://jsmastery.pro/youtube
✅ A special YOUTUBE discount code is automatically applied!
⭐Hostinger - https://hostinger.com/mastery10
Use the code JAVASC...
I'm currently editing app.jsx
Still havin white pages
Are you on HTTP?
You only answered half the question. Now I know what you are trying to create, but I still don't know what code you have? The code might be missing something.
You have an empty div. What do you expect to see?
Put something on the div
Are Navbar and Hero also empty div components?
Probably yep
Are Navbar/Hero components empty?
I think you are missing the basics, read #853172347968159744 message
Thanks for answering everything guys I appreciate gotta have to relearn HTML again.