Example svelte app to show how stores, context and routing works!
Note that you will need to have Node.js installed.
Install the dependencies...
cd svelte-stores-demo
npm install
npm run dev
Navigate to localhost:5000. You should see your app running. Cheers!