Back to Vercel

Sapper Example

examples/sapper/README.md

16.1.2782 B
Original Source

Sapper Example

This directory is a brief example of a Sapper app that can be deployed to Vercel with zero configuration.

Deploy Your Own

Deploy your own Sapper project with Vercel.

Live Example: https://sapper-template.vercel.app

How We Created This Example

To get started with Sapper deployed with Vercel, you can use degit to initialize the project:

shell
$ npx degit "sveltejs/sapper-template#webpack" my-sapper-app

The only change made is to change the build script in package.json to be "sapper export".