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
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!
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
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically