Hi, everyone.
I’m developing this locally and can hopefully find a free hosting solution. I also made a GitHub repository and pushed the files onto it.
I’m having problems, though. Right now nothing is rendering to the browser (I’m serving it locally it on LiveServer for testing). And I can’t figure out what I’m doing wrong. I hope someone on here can help me out with this.
I have my script
tag’s type
set to text/babel module
(the script
tag for loading the JS code into the page); I’m also wondering if that’s okay or it’s a problem for the HTML.
Thanks in advance for any replies and help.
Edit: Whenever I console.log
anything, it doesn’t appear in the console. Even doing so below the import
s doesn’t do anything. What’s going on and how do I fix this?