Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 737 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 737 Bytes

Svelte-Boilerplate

Barebones Svelte template I use for doing some front-endsky

Setup

  1. In the root directory npm install

  2. Once it has successfully installed all the packages run this: npm run dev

  3. Your app should be running on: http://localhost:5000/

image

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.

  1. https://bit.ly/svelte-is-awesome