Currently, I am in the process of learning Sveltejs and have been utilizing for the tutorial, which has been quite effective.
However, I decided to work on developing and testing Sveltejs applications locally on my MacBook Air M1. I downloaded the provided Sveltejs file and opened it in VS Code.
Following that, I installed the necessary node_modules using npm install
. Subsequently, I ran npm run dev
, but did not encounter any errors during this process.
If you can take a look at the terminal screenshot provided, you'll see what I mean.
Despite these steps, when attempting to access http://localhost:5000, all I encounter is a blank page. Even after inspecting the element, an empty webpage is displayed - as shown in the localhost:5000 screenshot.
The template used was from without any alterations made, yet it still seems to be malfunctioning.
I would greatly appreciate any assistance and thank you in advance!
Please note that I am new to web development and the node package manager.