A version of the default Sapper template that uses Rollup and Typescript. To clone it and get started:
npx degit elcobvg/sapper-typescript-rollup my-app
cd my-app
npm install # or yarn!
npm run dev
Open up localhost:3000 and start clicking around.
Consult sapper.svelte.technology for help getting started.