Just the steps to get running with svelte & snowpack
git clone git@github.com:ryands17/svelte-basics.git
npm i -g snowpack
to installsnowpack
globallynpm i
to install dependenciesnpm start
to launch the svelte app to build upon- go to the app
http://localhost:8080
All credit for the code is to @ryands1701. I just used it to build a guide.