Get started on svelte with snowpack
Just the steps to get running with svelte & snowpack
git clone git@github.com:ryands17/svelte-basics.git
npm i -g snowpack to install snowpack globally
npm i to install dependencies
npm start to launch the svelte app to build upon
go to the app http...
appler.hashnode.dev1 min read