Barebones Svelte template I use for doing some front-endsky
-
In the root directory
npm install
-
Once it has successfully installed all the packages run this:
npm run dev
-
Your app should be running on:
http://localhost:5000/
Side note:
Be sure to check your terminal where you ran npm run dev
to see which port your server aka localhost is running on. If you already have stuff running on port 5000 then your app will be running on another port for you newbies out there wondering why it's not on port 5000.