Why is my Hello World page not showing up in Visual Studio Code?

0
0
Asked By CoderSquirrel123 On

I created a simple Hello World website using loveable.dev and saved it to GitHub. After cloning it to my local machine, I opened index.html in Visual Studio Code and tried to view it using Live Server, but all I get is a blank screen. Does anyone know what I might be missing? Here's a link to my GitHub repo: https://github.com/fugot/first-hello-glow and this is the link to my published site on loveable: https://first-hello-glow.lovable.app/. Any help would be greatly appreciated!

2 Answers

Answered By TechieGuru88 On

It sounds like you're likely missing some setup steps. Make sure you have Node.js installed, and that you've set up all the necessary dependencies. Usually, running `npm run preview` can help if you're using a framework. If you're new to frontend development, don’t be hard on yourself; we all start somewhere!

Answered By FrontendFanatic42 On

I totally understand how frustrating it can be! Since you're new to frontend, double-check that Live Server is correctly installed in your VS Code and ensure your index.html file is saved properly. Sometimes just reloading Visual Studio or starting Live Server again can fix the issue!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.