sapper-template-rollup

Sapper Template Rollup

Starter Rollup template for Sapper apps using postcss, purgecss, cssnano, tailwindcss and svelte-preprocess

sapper-template-rollup

A modified default Sapper template, available for Rollup.

Getting started

Using 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

Running the project

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.

Top categories

Loading Svelte Themes