A modified default Sapper template, available for Rollup.
degit
degit
is a scaffolding tool that lets you create a directory from a branch in a repository.
# for Rollup with postcss, purgecss, cssnano, tailwindcss and svelte-preprocess
npx degit "nhristov/sapper-template-rollup" my-app
However you get the code, you can install dependencies and run the project in development mode with:
cd my-app
npm install # or yarn
npm run dev
Open up localhost:3000 and start clicking around.
Consult sapper.svelte.dev for help getting started.