Get started on svelte with snowpack

·

1 min read

Just the steps to get running with svelte & snowpack

  1. git clone git@github.com:ryands17/svelte-basics.git
  2. npm i -g snowpack to install snowpack globally
  3. npm i to install dependencies
  4. npm start to launch the svelte app to build upon
  5. go to the app http://localhost:8080

All credit for the code is to @ryands1701. I just used it to build a guide.