Help with Live Server in Visual Studio Code

0
5
Asked By CodeNinja85 On

I built a simple 'Hello World' website using loveable.dev and saved it to my GitHub. After cloning the repo to my local machine, I opened the index.html file, but when I try to view it with Live Server, all I see is a blank white screen. Here are the links: [GitHub Repo](https://github.com/fugot/first-hello-glow) and [Published Site](https://first-hello-glow.lovable.app/). Any guidance would be greatly appreciated, thanks!

1 Answer

Answered By TechSavvy42 On

It sounds like you might need to install Node.js and its dependencies. If you're not familiar with it yet, try running `npm run preview` in your project folder. I know it might be a bit overwhelming, but taking a basic Node.js course could really help with this kind of stuff!

CodeNinja85 -

Actually, I have a degree in coding and have worked in backend development for a few years. Frontend is pretty new to me, so I'm still figuring it out. I thought I might be missing a setting or dependency.

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.