This is an example / test project for Svelte Paginator
Install the dependencies...
cd svelte-paginator-test
npm install
...then start Rollup:
npm run dev
Navigate to localhost:5000. You should see the svelte-paginator test page running.
To edit, open src/App.svelte
. Changes will be live-loaded; if not, reload the page.